Thursday, March 26, 2009

Re: Creating Post Views (Blog tutorial)

Yes I can view my default page and it tells that the db configuration is
present and that cake is able to connect the db.

@ Hannible Lecter:

Yes, I got a 404 error. My .htaccess is the following


<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>


is there something wrong?


programguru wrote:
>
>
>
> can you view your default CakePHP page @ localhost/ ?
> --
> View this message in context:
> http://n2.nabble.com/Creating-Post-Views-%28Blog-tutorial%29-tp2540235p2540881.html
> Sent from the CakePHP mailing list archive at Nabble.com.
>
>
> >
>
>

--
View this message in context: http://www.nabble.com/Creating-Post-Views-%28Blog-tutorial%29-tp22727150p22730905.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: