.htaccess probleme

djbergo

Erfahrenes Mitglied
Hallo Zusammen,

Und wieder ein Problem :-(
Mein Anbieter unterstützt kein htaccess. Warum auch immer. Wenn ich .htaccess nutze, kommt immer die Fehlermeldung:

PHP:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] 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.3 (Debian) PHP/4.4.4-8+etch6 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 Server at admin.xtremfighters.com Port 80

Gibt es da eine php lösung für?
Die .htaccess Datei sollte als Login dienen. Habt ihr beispiele, wie ich es sonst machen könnte?

Danke schonmal im voraus.
 
Deine .htaccess kann auch stark fehlerhaft sein. Zeige sie doch mal hier.

Eine Erklärung, Hilfen und Beispiele zu Login per .htaccess gibt es bei SelfHTML :google:
 
Danke für die schnelle Antwort.

Die .htaccess ist so weit ich weiß fehlerfrei.

PHP:
AuthUserFile /var/www/web242/html/admin_xf_com/.htpasswd
AuthGroupFile /dev/null
AuthName "Member Interface"
AuthType Basic
<Limit GET>
require valid-user
</Limit>
Options -Indexes
 
Zurück