Hallo Forumianer,
ich hab ein kleines Problem mit meinen Indianer.
Für zwei Unterschiedliche Verzeichnisse verwende ich ein und die selbe .htacces Konfiguration. Im Verzeichnis /a/ wird die Datei erkannt und es wird nach dem User gefragt.
Im Verzeichnis /b/ wird die nicht nach dem User gefragt.
<Directory /a>
Order Deny,Allow
Deny from All
AuthType Basic
AuthUserFile /home/ms/httpzugriff/users.txt
AuthName AdminsOnly
require valid user
satisfy any
</Directory>
http://www.apache.org/docs/misc/FAQ.html#htaccess-work
13.My .htaccess files are being ignored.
This is almost always due to your AllowOverride directive being set incorrectly for the
directory in question. If it is set to None then .htaccess files will not even be looked for.
If you do have one that is set, then be certain it covers the directory you are trying to
use the .htaccess file in. This is normally accomplished by ensuring it is inside the
proper Directory container.
Mittlerweile habe ich einige Dokus durch welche sich mit diesem Thema Beschäftigen. Die Apache Doku war mein erster Anlaufpunkt, zweiter waren die Artikel von Michael Schröpl [link/selfaktuell/artikel/schroepl01.htm] und </selfaktuell/artikel/schroepl02.htm> danach die Archivsuche und Suchmaschienen.
Aus Sicherheits Gründen habe ich derzeit die Verzeichnisse aus der Konfiguration entfernt.
schönen abend noch
jens müller