Mike Williams <[EMAIL PROTECTED]> writes:
> On Tuesday 04 October 2005 17:23, Michael Cox wrote:
>> You don't have permission to access
>> /hpweb/TrainingVids/DigitalPhotography/ on this server.
>>
>> However that directory has the same permissions as all others. (my
>> user)
>
> Put the All back as it was, and add an <IfModule mod_access.c> section to
> "allow from all".
> The / Directory definition is preventing apache from accessing anything,
> later
> Directory definitions allow it access to specific directories.
I'm guessing you mean that besides fixing +All back to -All in the
stock Directory entry I am to add that IfModule to the new Directory
entry I've posted like this:
<Directory /hpweb/TrainingVids/DigitalPhotography>
Options +Indexes
<IfModule mod_access.c>
Order deny,allow
Allow from all
</IfModule>
</Directory>
Doing it like that has changed nothing after a restart.
I still get the forbidden error:
You don't have permission to access
/hpweb/TrainingVids/DigitalPhotography/ on this server
--
[email protected] mailing list