Mine hasn't worked yet. I followed this conversation but I didn't get
right solution. When I change the default value of
Router::connect(...), cakePHP welcome page doesn't work either. What
else can I check?

On Aug 1, 12:37 pm, amit_2006_it <[EMAIL PROTECTED]> wrote:
> Thank you guys for sharing such a useful information.
> But i got a solution myself...
>
> I forgot to make changes in routes.php As
>
> default:        Router::connect('/', array('controller' => 'pages',
> 'action' => 'display', 'home'));
> changed to: Router::connect ('/', array('controller'=>'posts',
> 'action'=>'index'));
>
> And it worked!!!

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

Reply via email to