On Nov 26, 5:04 pm, Some Guy <djul...@gmail.com> wrote: > WSGIScriptAlias /test > > should be > > WSGIScriptAlias / > > not really sure what you mean by suburl...
No it shouldn't. What he was doing with the directive is correct. Provided they are using 1.0 or later, urls.py should be setup the same as if site mounted at root URL. That is, do not put the suburl in urls.py. So, can't see anything wrong with what OP was doing. Graham > On Nov 25, 9:47 pm, Amit Sethi <amit.pureene...@gmail.com> wrote: > > > > > Hi , can somebody tell me how i should configure mod_wsgi on a suburl I want > > to set a django project on > > > domain.com/test/ > > > so my urls.py at present looks like : > > > urlpatterns = patterns('', > > (r'^(.*)', 'sttp.views.serve'),) > > > and the wgi scrip alias is WSGIScriptAlias /test > > /home/amit/sttp-project/django.wsgi > > > -- > > A-M-I-T S|S -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.