Hi guys!
I using a custom php configuration on dreamhost and works fine with
standalone php files.
But i can't get it working with cakephp(Cakephp works fine without the
custom php.ini but i need it to increase te max upload size)
The thing is when i try to use the custom config with mod_rewrite I get
a internal error.
in my .htaccess i have:
-------------------------------------------------------------------
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>
Options ExecCGI
AddHandler php5-cgi .php
Action php5-cgi /php5/php5.cgi
-------------------------------------------------------------------
And the errors is:
------------------------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, [email protected] and inform
them of the time the error occurred, and anything you might have done
that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while
trying to use an ErrorDocument to handle the request.
------------------------------------------------------------------
And in the log get:
------------------------------------------------------------------
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.
------------------------------------------------------------------
Probably is an error in the .htaccess config, but I can't solved it...
any ideas?
Thanks a lot and sorry by mi english...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---