Hi, I need 301 redirect from upper case to lower case. I use google for i get the solution, but i get error with my actual config of htaccess. My htaccess file: RewriteEngine On RewriteRule ^(.*)file1/(.*)\.php$ upload.php?name=$2&eff=file1 [QSA,L] RewriteRule ^(.*)file2/(.*)\.php$ upload.php?name=$2&eff=file2 [QSA,L] RewriteRule ^(.*)file3/(.*)\.php$ upload.php?name=$2&eff=file3 [QSA,L] Options All -Indexes How can i add the 301 redirect from upper case to lower case without conlift with my actual rewriterule. Thanks.
With 2 days working with google, i get the solutions finally!!! I want use .htaccess and not!!! i must use virtualhost config. regards.