[EMAIL PROTECTED] Re: Alias Directive Issue (403 Forbidden Error)

2005-09-26 Thread Trystan Hughes
Hi I have checked my Apache Error log and it states the following... Directory index forbidden by rule: c:/documents and settings/trystan/my documents/ So with this, I chanded the 'Alias' directive in the httpd.conf file to the following... Alias /test_alias/ C:/Program Files/Apache

Re: [EMAIL PROTECTED] Re: Alias Directive Issue (403 Forbidden Error)

2005-09-26 Thread Joshua Slive
On 9/26/05, Trystan Hughes [EMAIL PROTECTED] wrote: Hi I have checked my Apache Error log and it states the following... Directory index forbidden by rule: c:/documents and settings/trystan/my documents/ This means that the Options directive applying to that directory did not have the Indexes

Re: [EMAIL PROTECTED] Re: Alias Directive Issue (403 Forbidden Error)

2005-09-26 Thread Trystan Hughes
Ok. Although I managed to get it working when creating an alias that was under the server-root, I still wanted to get it working for directories outside of the server-root. I done what you mentioned, and created a .htaccess file and placed it in the following directory... C:/Documents and