This may be off-topic: I am running my cakephp application on Dreamhost, with PHP 5.1.2. Everything works beautifully.
However, the version of PHP installed does not have soap support built in, so Dreamhost provides instructions how to recompile PHP and use this custom version. Their instructions are to add the following to the .htaccess file: AddHandler phpFive .php Action phpFive /cgi-bin/php.cgi When I do this, I get the following errors in the Apache log file: 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'm really not sure as to a)how to diagnose this issue; b) how to fix this issue. Are there any .htaccess gurus here that have perhaps seen this before, and know how to solve it in reference to the default cakephp rewrite rules? -Erich- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
