One appliacation in your project can use index.php (probably
frontend)
the others must use another frontend controller which isn't
automaticly executed.
Solutions how to add /admin/ or /backend/ into your url are several.
Try to look there, it might help you.
http://groups.google.com/group/symfony
Thanks a lot, that solves the problem, but I will always get admin.php
instead of the cleaner 'admin' only in the URL. Any workaround for
that?
On Jul 20, 11:23 pm, Gábor Fási wrote:
> Make sure you have no_script_name disabled in your backend's
> settings.yml for the prod environment. And clear