Hi,
I'm trying to get all my urls lowercase, ...with out much sucess.
eg.
If i try changing the seo url of a category from (which for all would be a lot of work)
Shelves to shelves
delete tmp, and update views.
It still shows up in the url as Shelves
Theoretically i could add this to the htacess
RewriteEngine On
RewriteMap lc int:tolower
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule (.*) ${lc:$1} [R=301,L]
which would also do the trick.
Unfortunately for me, oxid htaccess is already so full, i cannot find where to add it, so that it does not break it.
Anyone got any suggestions, about how i can get all my urls lowercase please :)
I'm trying to get all my urls lowercase, ...with out much sucess.
eg.
If i try changing the seo url of a category from (which for all would be a lot of work)
Shelves to shelves
delete tmp, and update views.
It still shows up in the url as Shelves
Theoretically i could add this to the htacess
RewriteEngine On
RewriteMap lc int:tolower
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule (.*) ${lc:$1} [R=301,L]
which would also do the trick.
Unfortunately for me, oxid htaccess is already so full, i cannot find where to add it, so that it does not break it.
Anyone got any suggestions, about how i can get all my urls lowercase please :)