Hi everybody,
i'm a relative newbie to cakephp. Just developed my first project and
was trying to migrate to a new server, all of a sudden the paths
beyond the startpage no longer work.

working version on developement server:
http://deftec.p2-lab.com/cake/

migrated version:
http://www.deftec.de/cake/
http://www.deftec.de/phpinfo.php

VERSION.txt says: 1.2.0.5427alpha
A week ago I tried to update to the newest 1.2.0.x but then none of
the image paths were working, so i switched back...

I made one small change to routes.php (Line 36):
   //Router::connect('/', array('controller' => 'pages', 'action' =>
'display', 'home'));
   Router::connect('/', array('controller' => 'posts', 'action' =>
'home'));

I would super-appreciate it if anybody could point me in the right
direction.

Sebastian

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to