Seite 1 von 1

SEO links lowercase URL field

Verfasst: Mo 23. Mai 2011, 14:07
von Michael_S
Is there a way to automatically change the SEO links URL field to lowercase instead of uppercase first letter, for example I have /2011/05/My-Blog-Post but would like /2011/05/my-blog-post.

Michael.

Re: SEO links lowercase URL field

Verfasst: Mo 23. Mai 2011, 14:31
von Paladin
Try to fetch the URL via PHP and use the mb_strtolower() function.

Re: SEO links lowercase URL field

Verfasst: Mo 23. Mai 2011, 14:48
von Michael_S
The mb_strtolower() function looks like it would work but I guess it should be somewhere in /webEdition/redirectSEOurls.php so should be a feature request.

Re: SEO links lowercase URL field

Verfasst: Mo 23. Mai 2011, 14:52
von Paladin
Michael_S hat geschrieben:The mb_strtolower() function looks like it would work but I guess it should be somewhere in /webEdition/redirectSEOurls.php so should be a feature request.
I do full agree.
I will open an issue ... done, http://qa.webedition.org/tracker/view.php?id=5290

Re: SEO links lowercase URL field

Verfasst: Mo 23. Mai 2011, 15:26
von Michael_S
Excellent, thanks.