how to fix htaccess error with multiple rewrite rule - ERR_TOO_MANY_REDIRECTS
问题 why this htaccess has error. it says "to many redirect" please help thanks RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php [L] RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] RewriteEngine on Options +FollowSymLinks RewriteCond %{THE_REQUEST} ^.*/index\.php RewriteRule ^(.*)index.php$ http://us.domain.com/ae_en/$1 [R=301,L] RewriteEngine on