If you are getting an Object not found! cakephp error check out your httpd.conf
<Directory />
Options FollowSymLinks
AllowOverride All
# Order deny,allow
# Deny from all
</Directory>
That was the key for me. Also see book.cakephp.org/view/37/Apache-and-mod_rewrite-and-htaccess
Comments
It worked
Thanks for the information.
it worked for me.
I am using xampp on windows 7.
Post new comment