Hi guys, I just wanted to ask how to go about modifying this code so that my URLs are rewritten in lowercase?
Mod Rewrite URL to lowercase
5
Hi guys,
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...
Thanks
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...
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 - codefish
- John Romaine
- KirkMcD
- Fahmzie
- lordspace
Next Topics on Trending Feed
-
5