If it's fairly static content and you are happy to edit a view file each time you want to make changes, install cake, add an action to the page controller and a view at /app/views/pages/actionname.ctp and hey presto.
You would access this page at http://www.website.com/pages/actionname and one of the default routes woulc redirect the request to /pages/ view/actionname. HTH Paul. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
