@ programguru:

this is my posts_controller.php file, located in app/controllers


<?php
class PostsController extends AppController {

        var $name = 'Posts';
        function index() {
                $this->set('posts', $this->Post->find('all'));
        }

}
?>


@ Marcelo Andrade:

Yes, my httpd.conf file of Apache is set with AllowOverride All for the
Directory <Directory "C:/Program Files/Apache Software
Foundation/Apache2.2/htdocs"> that is the location of my cakeblog directory.
No, I can't see the home page of Cake with message in colours and I DON'T
have a cakeblog/webroot folder (I only have .htaccess in cakeblog folder and
in cakeblog/app)

@ Brian:

I get the same error if I point on http://localhost/cakeblog/posts/.
-- 
View this message in context: 
http://www.nabble.com/Creating-Post-Views-%28Blog-tutorial%29-tp22727150p22738726.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 [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