Grant <[EMAIL PROTECTED]> writes:

> Actually all of my pages are either in / or /admin/.  If I leave the
> above I get a 403 when accessing https though.

Directory is related to the file-system directory, so you are setting it
for your system's root, not your webpage's root.

You need to have a
<Directory /path/to/your/webpage/>
 ....
</Directory>

Regards,
Martin

-- 
[email protected] mailing list

Reply via email to