Re: 404 Error HTTP_FORBIDDEN

2008-11-12 Thread Brandon Martin
Sorry it was as usual a stupid me error. I didn't have the correct document root set in the main apache conf file. Thanks -- Brandon On Wed, 12 Nov 2008 11:05:14 -0800 (PST), Raja <[EMAIL PROTECTED]> wrote: > > Did you get this working fine in a dev environment? Id assume that > everything und

Re: 404 Error HTTP_FORBIDDEN

2008-11-12 Thread Raja
Did you get this working fine in a dev environment? Id assume that everything under ~user/public_html will have Apache Location directive setup for allowing access and that might not be the case for other directories. Testing this on a sandbox environment should help to know where the problem is (

404 Error HTTP_FORBIDDEN

2008-11-12 Thread Brandon Martin
I had everything running fine with my django setup and apache vhost. My project root dir was: /home/user/public_html/django/project I wanted to change the dir so I moved everything to: /srv/django/project I went into my vhost and changed the paths so they correspond to the new ro