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 Settings/Trystan/My Documents/"

This .htaccess file included the follow one single directive...

Options Indexes

But I am still getting the same error message in my Apache Log...

Directory index forbidden by rule: c:/documents and
settings/trystan/my documents/

Have I done the right thing by use the .htaccess file?, and should it
be in the directory that I have placed it in?

Thanks

Tryst

On 26/09/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> 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 option included.
>
> > Is it a system secuirty setting to not display any directory that
> > resides outside of the Server-root?
>
> It just means you need to add a new Options directive for that
> directory to set the appropriate options.
>
> Joshua.
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to