Hi www-folks
ich hab ein problem mit meiner htaccess datei.
Grundsätzlich will ich einfach nur eine Datei passwort-schützen.
diese Datei liegt auf meinem lokalen Apache-Server im Hauptverzeichnis der HP, ebenso wie die htpasswd.
(localhost/hprenate/alle files um die es geht).
die htaccess:
AuthType Basic
AuthName „Statistics Protected page“
AuthUserFile localhost/hprenate/.htpasswd
Require user renate
die htpasswd enthält die zugriffsdaten im syntax
user:stuck_out_tongue:wd
die Fehlermeldung die erscheint ist ein 500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxxxx and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
and the logfile says:
[…]
[Wed Aug 10 16:00:43 2011] [notice] Child 4432: Starting thread to listen on port 80.
[Wed Aug 10 16:00:59 2011] [error] [client 127.0.0.1] (OS 3)Das System kann den angegebenen Pfad nicht finden. : Could not open password file: C:/Programs/Apache/localhost/hprenate/.htpasswd
Das htpasswd hat alle Rechte und liegt auch genau in dem oben genannten Ordner.
Dasselbe Problem habe ich auch mit modifizierten Dateien auf dem öffentlichen Server, daher denke ich daß es kein Konfig-Problem vom Apache ist.
hat IRGENDJEMAND IRGENDEINE Idee ???
vielen Dank schon mal im voraus
aya