[symfony-users] Re: Problem with my-first-project tutorial (Symfony 1.2)

2009-06-10 Thread Gábor Fási
Did you clear your cache after adding those routes? The dev front controller always parses the routers, the production one uses the cache you have to clear manually. On Sat, Jun 6, 2009 at 00:25, Fabu wrote: > > Hi, > > I would like to keep "index.php" when I navigate into the frontend > since wh

[symfony-users] Re: Problem with my-first-project tutorial (Symfony 1.2)

2009-06-09 Thread Dheeraj Kumar Aggarwal
Hi i think u should check your application's settings.yml for prod: .settings: no_script_name: off set the no_script_name to off in your prod environment settings. On Sat, Jun 6, 2009 at 3:55 AM, Fabu wrote: > > Hi, > > I would like to keep "index.php" when I navigate into the fr