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