Hello,
I'm trying to enable a blog on my cakephp website.

I have the following htaccess code in  my /blog folder:
<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteBase /blog/
</IfModule>

This code enables the blog but subfolders on the blog page give 404
errors.  For example, the following links give 404 errors:
http://www.myweb.com/blog/feed/
http://www.myweb.com/blog/comments/feed/
http://www.myweb.com/blog/2008/09/29/myfirstblog-page/

Any idea what I should change the .htaccess to to make this work?

Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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