On 9/29/06, John Zimmerman <[EMAIL PROTECTED]> wrote:
Does anyone have mod_rewrite working properly under Debian Etch Testing?

I fixed the problem the other day if anyone is interested.

In debian the default virtual host is configured with "AllowOverride None", which means my .htaccess files were not being processed even though mod_rewrite was enabled as a module.

Changing the value to "AllowOverride All" for the appropriate <Directory> entries in the virtual host file lets the .htaccess file adjust the rewrite rules and now cake works :-)

Hope this is helpful for someone.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to