Page 1 of 1

You don't have permission to access the requested object. It

PostPosted: 05. February 2007 13:47
by meows
ERROR__You don't have permission to access the requested object. It is either read-protected or not readable by the server.


This is a XP machine.. I am trying to set up the user directories..
ie:: http://example.com/~user1/index.htm
what do i need to set in the confg to make this work?
After getting this error the first time I set the permissions to allow all and still getting the error.
<Directory D:/usr/public_folders/*/"78ez">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
</IfModule>

PostPosted: 05. February 2007 14:09
by Wiedmann
error.log?

PostPosted: 06. February 2007 09:47
by meows
Wiedmann wrote:error.log?

[Mon Feb 05 04:53:06 2007] [error] [client 75.160.145.121] client denied by server configuration: D:/usr/public_folders/gaming/index.htm

that is the error I get

PostPosted: 06. February 2007 13:17
by Wiedmann
client denied by server configuration: D:/usr/public_folders/gaming/index.htm

The used uri was: "http://localhost/~gaming/index.htm"?

<Directory D:/usr/public_folders/*/"78ez">

The UserDir is set to: "D:/usr/public_folders/*/78ez"?