I have a Centos5.1 box, loaded with

php-5.1.6
httpd-2.2.3(apache)
mysql-5.0.22

following this video
http://cakephp.org/screencasts/view/3
and this tutor:
http://manual.cakephp.org/view/326/the-cake-blog-tutorial

i have checked out from svn repo
svn co https://svn.cakephp.org/repo/trunk/cake/1.1.x.x/ /var/www/html/
blog

http://localhost/  points to /var/www/html/blog

i have created database, entered test entries, modified database.php
and all as shown in the video step by step,

when i point the browser to,
http://localhost/
it shows a page with:
  CakePHP Rapid Development
  Your database configuration file is present.
  Cake is able to connect to the database.

but when i point the browser to;
http://localhost/posts/

it shows: The requested URL /posts was not found on this server.

any ideas what i could be doing wrong?

thanks

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to