Re: [symfony-users] How to disable the modules/action routes?

2010-11-18 Thread Gareth McCumskey
Do you really want to define every route for every module/action pair? On Thu, Nov 18, 2010 at 10:44 AM, noel guilbert noelguilb...@gmail.comwrote: You just have to define the route for these actions, no? On Wed, Nov 17, 2010 at 12:52 PM, Gareth McCumskey gmccums...@gmail.comwrote: But

[symfony-users] How to disable the modules/action routes?

2010-11-17 Thread Javier Garcia
Hi, how to disable the module/action routes? I mean i just want the short routes work, for example www.mysite.com/login will work, but www.mysite.com/sfGuardAuth/signin will not work. Javi -- If you want to report a vulnerability issue on symfony, please send it to security at

Re: [symfony-users] How to disable the modules/action routes?

2010-11-17 Thread noel guilbert
Hi, Just remove the default routes from the routing.yml file. ++ On Wed, Nov 17, 2010 at 11:36 AM, Javier Garcia tirengar...@gmail.comwrote: Hi, how to disable the module/action routes? I mean i just want the short routes work, for example www.mysite.com/login will work, but

Re: [symfony-users] How to disable the modules/action routes?

2010-11-17 Thread Gareth McCumskey
But what if you have, for example, a module called blog with an action called add and a module called comment with an action called add and a module called author with an action called add? On Wed, Nov 17, 2010 at 12:36 PM, Javier Garcia tirengar...@gmail.comwrote: Hi, how to disable the