Apache2 configuration, .htacces and 310 error (www redirection)
- by allstat
I have an ubuntu apache serveur, with many websites.
all my website have the same bug ( so it's look like a misconfiguration)
http://www.2sigma.fr <- it's work fine ( we see "en travaux")
http://2sigma.fr <- dont work, i got 310 error (cyclic redirection!)
here my .htaccess
Options +FollowSymlinks
RewriteEngine on
RewriteCond …