Re: force script name option

2009-09-18 Thread luca72
Hello i have solved using this option on the setting file: FORCE_SCRIPT_NAME="/django/" LOGIN_REDIRECT_URL="/django/richiedi/" LOGIN_URL="/django/accounts/login/" Thanks Luca On 18 Set, 17:49, Grant Livingston wrote: > Would it not be better if you set your server to only execute django at

Re: force script name option

2009-09-18 Thread Grant Livingston
Would it not be better if you set your server to only execute django at /django/ and have a php redirect to redirect from mysite.net to mysite.net/django I think what you're doing should work though... --~--~-~--~~~---~--~~ You received this message because you are

force script name option

2009-09-18 Thread luca72
Hello my web site is in www.mysite.net/django, so i have use the "FORCE_SCRIPT_NAME = '/django/'" in the settings.py file. So when i try to reach the admin site after the login he redirect my in the correct url www.mysite.net/django/admin. But when i try to reach others pages of the site where the