I've set up my site so that both the home page and internal pages use
the same navigation. The navigation accesses the
articles_controller.php to dynamically generate the navigation for the
entire site.
when a visitor clicks on a link to an internal article which should
take them to the /abouts directory. I've set up the router.php to
route to 'Router::connect('/abouts/*', array('controller' =>
'articles', 'action' => 'index'));'
They are receiving a 404 error. Why might this be happening since it
should be routing to the articles' controller, model, and view? I've
also set up an abouts controller, model, and view but had the same 404
error.
thanks for any help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---