I am having an issue with the routing with a new site I have just
launched http://www.naturalswingolf.com/. Following any link will only
display the home page. I have reviewed my routes.php and everything
seems in order. Can anyone spot a problem with it:
$Route->connect('/', array('controller' => 'pages', 'action' =>
'display', 'home'));
$Route->connect('/pages/*', array('controller' => 'pages', 'action'
=> 'display'));
$Route->connect ('/testimonials/:action/*',
array('controller'=>'testimonials', 'action'=>'index'));
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---