nginx, spawn-fcgi and php on freebsd - adding '/' incorrectly
Maxim Dounin
mdounin at mdounin.ru
Mon Jan 31 02:07:59 MSK 2011
Hello!
On Sun, Jan 30, 2011 at 04:05:18PM -0500, khine wrote:
[...]
> > > when you view the site, all links are missing
> > the last '/' so instead of
> > > getting
> > http://dev.editionsdelga.fr/manufacturer.php
> > > you get
> > http://dev.editionsdelga.frmanufacturer.php/
> >
> > You mean - links generated by php scripts on your
> > site, right?
>
> no, because these are actual files on the server and are not generated
> by my application.
I.e. you have problems with links you type yourself in your
browser? Requests are redirected to wrong address?
Anyway, this is likely to be done by your scripts as well, and the
reason is most likely the same: insufficient fastcgi_param's.
Maxim Dounin
More information about the nginx
mailing list