Settings.yml, no_script_name should be false. http://www.symfony-project.org/book/1_2/09-Links-and-the-Routing-System#chapter_09_url_rewriting
On Tue, Dec 15, 2009 at 04:05, Jean-Philippe Caissy <[email protected]> wrote: > Hi, > > I am starting a new project and decided to give 1.4 a chance. > I have two apps, frontend (first one created, so using index.php) and > account. > When trying to display an URL with url_for() inside the account app, it does > not include the controller. It gives: >> >> http://localhost/auto/login/do > > And it should give >> >> http://localhost/auto/account.php/login/do > > Any idea what to do? > > Thanks, > JP > > -- > > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
