[symfony-users] Re: Basic routin question

2010-08-19 Thread torok84
Thanks, it worked. On Aug 19, 1:22 pm, Gareth McCumskey wrote: > To clarify this, the cache he means is the symfony application cache. On the > command line in your project root directory type symfony cc > > > > On Thu, Aug 19, 2010 at 12:43 PM, catchamonkey wrote: > > Hi, > > > Clear your cache

[symfony-users] Re: Basic routin question

2010-08-19 Thread XAH
do symfony clear-cache On 19 авг, 17:25, torok84 wrote: > Hi, > > I'm quite new to Symfony. I have something strange with routing. > > My apps/frontend/config/routing.yaml contain this > > homepage: >   url:   / >   param: { module: content, action: index } > > default_index: >   url:   /:module

Re: [symfony-users] Re: Basic routin question

2010-08-19 Thread Gareth McCumskey
To clarify this, the cache he means is the symfony application cache. On the command line in your project root directory type symfony cc On Thu, Aug 19, 2010 at 12:43 PM, catchamonkey wrote: > Hi, > > Clear your cache. > > I would presume that is the problem. > > The dev environment is using the

[symfony-users] Re: Basic routin question

2010-08-19 Thread catchamonkey
Hi, Clear your cache. I would presume that is the problem. The dev environment is using the new route as it clears the cache on every request. But your production environment is using the cache as it hasn't been cleared manually. Chris On Aug 19, 11:25 am, torok84 wrote: > Hi, > > I'm quite n