Solbu
2010-05-02 23:16:26 UTC
Hi.
I have a server (Debian Lenny) on which I want to allow the use of
IndexIgnore .htaccess on a certain folder.
(In order to hide imagefiles and not the other files.)
but apache refuses to allow this.
Here is the setup for the folder in sites-enabled/blahblah.tld
======
<Directory /some/web/folder/here/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
======
But apache dislay a "500 internal server error" and logs an error:
======
....... /some/web/folder/here/.htaccess: IndexIgnore not allowed here
======
This is all it logs.
Any idea on why it's not beeing allowed?
(Yes, I did restart/reload apache afterwards.)
- --
Solbu - http://www.solbu.net
Remove '.ugyldig' for email
PGP key ID: 0xFA687324
I have a server (Debian Lenny) on which I want to allow the use of
IndexIgnore .htaccess on a certain folder.
(In order to hide imagefiles and not the other files.)
but apache refuses to allow this.
Here is the setup for the folder in sites-enabled/blahblah.tld
======
<Directory /some/web/folder/here/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
======
But apache dislay a "500 internal server error" and logs an error:
======
....... /some/web/folder/here/.htaccess: IndexIgnore not allowed here
======
This is all it logs.
Any idea on why it's not beeing allowed?
(Yes, I did restart/reload apache afterwards.)
- --
Solbu - http://www.solbu.net
Remove '.ugyldig' for email
PGP key ID: 0xFA687324