Mod Rewrite URL to lowercase
I just wanted to ask how to go about modifying this code so that my URLs are rewritten in lowercase?
At the moment Ive got a mixture of uppercase and lowercase in my URLs and I believe its causing indexation issues.
Heres the code...
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ articles_view_article.php?permalink=$1
RewriteCond %{REQUEST_URI} rss.xml
RewriteRule (.*) rss.php
BS free SEO services, training and advice - SEO Point
Are you using WordPress? Have you tried qSandbox yet?