Hallo!
Ich bin echt am verzweifeln, mit meiner .htaccess Datei.
Es kommt immer der Error
[quote]Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@bplaced.net 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.
Apache/2.2 Server at linux7.bplaced.net Port 80[/quote]
Was mache ich falsch? Habe ich die absoluten Pfade falsch gewählt? Hier mein Code:
AuthType Basic
AuthName "geschuetzer Bereich"
AuthUserFile /users/dein-benutzername/www/sicher/.htusers
AuthGroupFile /users/dein-benutzername/www/sicher/.htgroups
Require user Werner Dieter Heidi
Require group Servicetechniker
(‘dein-benutzername’ ist durch mein benutzername bei bplaced ersetzt)