On Tuesday 20 September 2005 09:01, Robert Schiele wrote:
> Hmm, that's obviously ok. Then it must be something with the Apache
> configuration itself.
>
> Do you have some limits or AllowOverride set for a higher level than
> public_html? (Note that I currently don't know what's the problem here.
> This is just a wild guess.)
Is this relevant?
from /etc/apache2/httpd.conf:
=================
# forbid access to the entire filesystem by default
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
- Carl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]