You will need to allow apache access to the folder where you have your wsgi script.
Please add this in your httpd.conf and restart apache and see if it helps. <Directory " C:/mysite/ "> Order deny,allow Allow from all </Directory> Regards, Anurag On Wed, Jan 4, 2012 at 6:52 PM, Hassan <halna...@gardeniatelco.com> wrote: > i tryed > > WSGIScriptAlias /mysite1 "C:/mysite/django.wsgi" > and then http://localhost:8080/mysite1 > but i keep geting this : > > > > Forbidden > > You don't have permission to access /mysite1 on this server. > > what is this , how can i fix it : > > -- > 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 > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.