Re: lighttpd and admin

2009-10-14 Thread Mark (Nosrednakram)
Thanks That fixed it :) On Oct 14, 9:52 am, justquick wrote: > I have lighty setup for several of my projects using fastcgi and to > make them work, i had to set > > FORCE_SCRIPT_NAME = '' > > instead of > > FORCE_SCRIPT_NAME = '/' > > give that a try and see if {% url %} et al are still working

Re: lighttpd and admin

2009-10-14 Thread justquick
I have lighty setup for several of my projects using fastcgi and to make them work, i had to set FORCE_SCRIPT_NAME = '' instead of FORCE_SCRIPT_NAME = '/' give that a try and see if {% url %} et al are still working On Oct 14, 11:22 am, "Mark (Nosrednakram)" wrote: > Hello All, > > I setup l

lighttpd and admin

2009-10-14 Thread Mark (Nosrednakram)
Hello All, I setup lighttpd and fastcgi the other day and everything seemed good until I tried to log into admin. It posts to "//admin" which in the browser is http:///admin without a host. I believe this is due to adding FORCE_SCRIPT_NAME="/" in my setting file which was required to make {% ur