.htaccess error – loop/ redirection error
-
Hi –
I have done Search Engine friendly cannicalization (for www and non www version) for my site haircareresources.com using .htaccess file.Here is the code
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^haircareresources.com [NC] RewriteRule ^(.*)$ http://www.haircareresources.com/$1 [L,R=301]I installed wordpress in the following location haircareresources.com/blog and its has created a Loop – error message is
Firefox has detected that the server is redirecting the request for this address in a way that will never complete
Can you tell me how can I fix this issue keeping in mind a 301 redirection/ cannicalization of my blog urls?
The topic ‘.htaccess error – loop/ redirection error’ is closed to new replies.