New PHP.ini
Posted by: rkm11
Posted on: 2007-07-08 09:08:00
I recently followed the directions on how to make a new php.ini so I could allow larger files to be uploaded through my w2box repository. When I made the changes to the .htaccess,;
Options +ExecCGI
AddHandler php-cgi .php .html
Action php-cgi /cgi-bin/php.cgi
I got a 500 Error, so I checked the logs:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
I did not get this error before I went through with the custom php.ini. The only think I changed was the max upload. What would cause this error?
Thanks
Ryan