
Mod Rewrite on Leopard
December 10, 2007After upgrading to Leopard, I had a wee problem with trying to run Cake. It turns out that you need to enable AllowOverride.
In the line that follows:
<Directory “/Library/WebServer/Documents”>
Change “AllowOverride None” to “AllowOverride All” and then restart Apache
Thanks!