Chris Arnold schrieb:
Kamil Wencel wrote:
Hi Chris,
You don't have permission to access the requested directory. There is
either no index document or the directory is read-protected.
my first guess would be:
you have no index.html in the folder AND have the automatic directory
listings disabled.
Hi Kamil!
Yep, i do not have an index.* in that directory. I also have looked for
the automatic directory listings in httpd.conf. All i found was <Directory>
options none
AllowOverride none
order deny,allow
deny from all
</directory>
There you go:
>>> options none <<<
try
Options +Indexes
as described in http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html
instead.
"Automatic index generation is enabled with using |Options +Indexes|.
See the |Options <../mod/core.html#options>| directive for more details."
Also, use Allow from all, otherwise no host can connect to it and
yoiu'll get a 403 again.
---------------------------------------------------------------------
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]