hello cake! I am attempting to use mod_rewrite and running into some
problems.. if I set AllowOverride to ALL the site goes away.. if I set
it to none it comes back
## cake site disappears if AllowOverride ALL is set
[Sat Nov 05 20:17:04 2011] [error] [client xx.xx.xx.xx] File does not
exist: /var/www/html/var
## if webroot is set to this in httpd.conf
<Directory />
Options FollowSymLinks
AllowOverride ALL
</Directory>
## it fails with the above error
## if webroot is set to this in httpd.conf
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
## the site comes back.. why would this be?
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php