[Apache2.0.48 on Suse 9.0]
I have under my directory /srv/www/htdocs a directory for test purposes
only.
In the default-server.conf I have these:
<directory "/srv/www/htdocs">
Allowoverride All
Order Deny, Allow
Allow from All
</directory>
Then in .htacces in area51 I have this:
<directory "/srv/www/htdocs/area51">
Order Allow,Deny
Deny from all
Allow from 10.0.0.150
</directory>
That ip address is my other machine's. However, regardless of what i specify
there I get a server error 500 when I try to access anything in that
directory, be it html or php. Once I remove the .htaccess file altogether I
can again see the contents of that directory.
I tried different orders, different settings in default-server.conf,
directly in httpd.conf but all to no avail.
Why is that and why do I get a 500 error and not a Forbidden ?
TIA
Pjotr
>> Stay informed about: .htaccess file and reported error