Cirdan7
January 19th, 2008, 04:45 PM
I'm getting a Request exceted the limit of 10 internal redirects due to probably config error. Use LimitInternalRecursion to increase the limit if necessary.
What is causing the problem is my .htaccess that I am using for the Zend Framework.
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
The error was because I was messing with the url through and Alias in the apache2.conf
What is causing the problem is my .htaccess that I am using for the Zend Framework.
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
The error was because I was messing with the url through and Alias in the apache2.conf