Hm, nun habe ich ein bißchen experiementiert, mit Firefox und Opera klappte verläuft alles wunschgemäß. Nur bei IE 6.0 will folgendes überhaupt nicht funktionieren:
.htaccess
<FilesMatch "testseite.php">
AuthName "Test"
AuthType Basic
AuthUserFile /absolute Pfadangabe/.htpasswd
require valid-user
</FilesMatch>
.htpasswd als Beispiel:
hans:sdfs:sdF4udl/Bej6Y
selbst bei einer wohl normalen .htaccess a la
AuthName "Test"
AuthType Basic
AuthUserFile /absolute Pfadfangabe/.htpasswd
order deny,allow
allow from all
require valid-user
erscheint ohne Passwortabfrage die Meldung: "Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required."
Weiß jemand Abhilfe?