iam new to cakephp
i followed all these steps
and when i test my static page,
it did not shows any thing, (Blank Page)
Add the following to /app/config/routes.php:
Router::connect(’/contact’, array(’controller’ => ‘pages’, ‘action’ => ‘display’, ‘contact’));
and create your contact page at:
/app/views/pages/contact.ctp
You can now access the contact page at:
http://foo.com/contact