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
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
>
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: /
>
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
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
#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
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
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