Could you try changing your WSGIScriptAlias in httpd.conf
From
WSGIScriptAlias / "C:/mysite/django.wsgi"
To
WSGIScriptAlias /MYSITE "C:/mysite/django.wsgi"
And then access http:localhost:port/MYSITE and tell is the results.
Regards,
Anurag
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
try putting path = 'C:' (this would work in linux - should work for
windows)
--
regards
Kenneth Gonsalves
Please raise a new thread for each separate issue, as this will allow
people to help you more effectively, and the problem/solution will be
more easily found when searching the list archive.
Cheers
Tom