Kai: .htaccess endet mit Error 500!

Beitrag lesen

Hallo, habe mir gerade eine .htacces für meinen Vater gemacht.
Diese liegt im Verzeichnis Intern, wo auch die .htpasswd liegt.
Wenn ich aber auf meinewebseite/intern gehe, kommt das:

Internal Server Error  
  
The server encountered an internal error or misconfiguration and was unable to complete your request.  
  
Please contact the server administrator, ***** 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.

Meiner .htaccess:

  
AuthUserFile .//bernd/.htpasswd  
AuthName "[IRGENDWAS]"  
AuthType Basic  
require valid-user

Also, im Standart verzeichnis ist der Ordner Bernd, darin der Ordner Intern, wo meine Dateien liegen
.htpasswd
bernd:yVecHOMC4Cpe.
Hoffe, ihr könnt mir helfen, den Fehler zu beheben