On Sat, Sep 13, 2008 at 4:23 AM, Ramiro Morales <[EMAIL PROTECTED]> wrote:
> Have you tried what's suggested in
>
> http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#ChangedthewayURLpathsaredetermined
>
> (under the "lighttpd + fastcgi (and others)" sub-section)?
>

Ack, I was a little bit too quick on the reply button earlier. The
suggestion on that page doesn't work.

With FORCE_SCRIPT_NAME="/", trying to log into the admin makes Firefox
go to http://admin/, because the form looks like this:

<form action="//admin/" method="post" id="login-form">

I changed the lighttpd rewrite rule from ^(/.*)$ to ^/(.*)$, but that
didn't change anything. So I tried setting FORCE_SCRIPT_NAME to "",
but that didn't seem to fix anything...

Is it no longer possible to host Django sites using lighttpd?

> Regards,
>
> --
>  Ramiro Morales



-- 
Anders

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to