prod:
.settings:
no_script_name: true
logging_enabled: false
dev:
.settings:
error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>
web_debug: true
cache: false
no_script_name: false
etag: false
It was true for the prod environment, false for the dev environment.
The weird thing is, if I change it to false in the prod settings, it
all works. If I change it tot true in the prod settings, also in the
dev environment the .php file prefix is missing.
On 11 dec, 13:09, Gábor Fási <[email protected]> wrote:
> Check your no_script_name setting.
>
> On Fri, Dec 11, 2009 at 12:41, HAUSa
>
> <[email protected]> wrote:
> > When I use the url_for() function, the output is without the
> > controller prefix.
>
> > Example, on controlpanel_dev.php/system/sign_in_form I place the form,
> > and I use
> > echo url_for('system/sign_in')
> > The output now is /system/sign_in, while it should be
> > controlpanel_dev.php/system/sign_in!
>
> > Anyone who knows how that might come?
>
> > --
>
> > 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
> > athttp://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.