Hello all,

I am new to CakePHP and only have a very basic knowledge of PHP. I am
trying to get up and running with 15 Blog tutorial. I keep getting an
"Object not found!" error when I check my progress on Section 8 /app/
views/posts/index.thtml I have determined that I have not set up my
httpd.conf properly because if I go to 
http://localhost/cakeBlog/index.php/posts/index
everything looks fine. I have been going through the hints on Section
5 "A Note On mod_rewrite"  Here are some questions:

Where are the .htaccess files suppose to be located? I am not even
sure I have them.

One of the notes in Section 5 reads:

Make sure you are loading up mod_rewrite correctly! You should see
something like LoadModule rewrite_module libexec/httpd/mod_rewrite.so
and AddModule mod_rewrite.c in your httpd.conf.

Here is what I have in my httpd.conf. I uncommented out LoadModule
rewrite_module libexec/httpd/mod_rewrite.so  and just added AddModule
mod_rewrite.c below it. Is that right? Should I comment out LoadModule
setenvif_module modules/mod_setenvif.so

LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so

Thanks for any help

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to