Hi,

I am using these routes locally without any problems:
 Router::connect('/c/:who', array('controller' => 'newsletter',
'action' => 'cancel'));
 Router::connect('/n/survey', array('controller' => 'newsletter',
'action' => 'survey'));
 Router::connect('/n/surveyfinal', array('controller' => 'newsletter',
'action' => 'surveyfinal'));
 Router::connect('/n/:who', array('controller' => 'newsletter',
'action' => 'index'));

But when I upload it to my server I get a
An Internal Error Has Occurred
Error: An Internal Error Has Occurred.

Which - I guess - means that the routing does not work.
All my other routes work well but just the above one not?

Does anyone has an idea for me?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to