Re: [symfony-users] Strange routing

2011-05-31 Thread Michele Pierri
Thank you so much! Da: Haris Fauzi A: symfony-users@googlegroups.com Inviato: Martedì 31 Maggio 2011 14:23 Oggetto: Re: [symfony-users] Strange routing Hi Michele, After you enable mod_rewrite, edit .htaccess under web/, find the RewriteRule near the bottom

Re: [symfony-users] Strange routing

2011-05-31 Thread Haris Fauzi
Hi Michele, After you enable mod_rewrite, edit .htaccess under web/, find the RewriteRule near the bottom and change it to /web/index.php instead of index.php (default). That /web/ represent the URL path. Regards, Haris On 31 May 2011 00:54, Gábor Fási wrote: > Enable mod_rewrite. > > -- mrl >

Re: [symfony-users] Strange routing

2011-05-30 Thread Gábor Fási
Enable mod_rewrite. -- mrl On Sun, May 29, 2011 at 12:11, Michele Pierri wrote: > Hi, > I have this routing file: > # You can find more information about this file on the symfony website: > # http://www.symfony-project.org/reference/1_4/en/10-Routing > # default rules > homepage: >   url:   / >

[symfony-users] Strange routing

2011-05-29 Thread Michele Pierri
Hi, I have this routing file: # You can find more information about this file on the symfony website: # http://www.symfony-project.org/reference/1_4/en/10-Routing # default rules homepage:   url:   /   param: { module: campaign, action: index } # generic rules # please, remove them by adding more

[symfony-users] Strange Routing... Newbie

2011-05-29 Thread micsymfony
Hi, I have this routing file: # default rules homepage: url: / param: { module: campaign, action: index } # generic rules # please, remove them by adding more specific rules default_index: url: /:module param: { action: index } default: url: /:module/:action/* So, If in my browse

Re: [symfony-users] Strange Routing Behaviour

2010-04-14 Thread Lea Hänsenberger
#x27;s > initiative or after some directive found in the .htaccess, maybe a line like > : > > RewriteRule ^([^.]+)$ $1.php [QSA] > > ? > > > -Message d'origine- > De : symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] > De

RE: [symfony-users] Strange Routing Behaviour

2010-04-14 Thread NOOVEO - Christophe Brun
la part de Lea Haensenberger Envoyé : mercredi 14 avril 2010 11:30 À : symfony users Objet : [symfony-users] Strange Routing Behaviour Hi all, I have the following apps and module in my project: apps and their modules: - admin - frontend - retailer - ... - retailer - retailer - ... The fro

[symfony-users] Strange Routing Behaviour

2010-04-14 Thread Lea Haensenberger
Hi all, I have the following apps and module in my project: apps and their modules: - admin - frontend - retailer - ... - retailer - retailer - ... The frontend app is the default app. When I enter the url project.lo/retailer it goes to the retailer module in the retailer app. Shouldn't that g