I\'m getting the following error in my CakePHP application:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use \'LimitInter
//Just add RewriteBase / //after RewriteEngine On //and you are done.... //so it should be RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L]