On Thu, Jun 26, 2008 at 6:44 PM, William Kanoff <[EMAIL PROTECTED]> wrote:
> I can access the index.html in the Sites folder, but not sub-directories.
>
> When I go to localhost I am brought to index.html, but if I try
> localhost/php/ I receive an error message.  If Home is not right should I
> not be brought to the index page?
>
> On Jun 26, 2008, at 3:36 PM, Joshua Slive wrote:
>
>> On Thu, Jun 26, 2008 at 6:30 PM, William Kanoff <[EMAIL PROTECTED]> wrote:
>>>
>>> [Thu Jun 26 14:49:34 2008] [error] [client 71.216.5.1] Directory index
>>> forbidden by Options directive: /Users/*/Sites/php/
>>>
>>> In my httpd-userdir.conf I have:
>>>
>>> <Directory /home/*/Sites>
>>>       AllowOverride FileInfo AuthConfig Limit Indexes
>>>       Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
>>
>> /Users is not the same as /home.

What I'm saying is that if you want the above Options directive to
apply to the URL your are requesting, it needs to say <Directory
/Users/*/Sites> rather than <Directory /home/*/Sites>.

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