On Tue, Oct 28, 2008 at 11:10 AM, yuanyun.ken <[EMAIL PROTECTED]> wrote:

>
> Graham, thanks for your kindly help.
>
> I know we don't need root url when configure url mapping. but it seems
> that LOGIN_URL is somewhat special.
>
> When I set LOGIN_URL = '/login/'
> accessing http://localhost/root_url/login/ is ok,
> but when I access some pages which need login first, I will got 404
> error, and in apache's error log, it logs:
> File does not exist: D:/Program Files/Apache Software Foundation/
> Apache2.2.9/htdocs/login
>
> and the only way to work is adding root url to LOGIN_URL.
> LOGIN_URL = '/root_url/login/'
>
> I can not figure out whether there are problems in my configuration,
> or anything else.
>

Sounds like:

http://code.djangoproject.com/ticket/8906

So (assuming you are not "levity") someone else has reported the same
thing.  It sounds like there may be a problem in Django code here, but no
one has yet investigated far enough to confirm that or suggest a fix.

Karen

--~--~---------~--~----~------------~-------~--~----~
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