Author Topic: htaccess für Admin Control Panel  (Read 3348 times)

0 Members and 1 Guest are viewing this topic.

Offline MSA

  • Pre-Newbie
  • Posts: 6
    • View Profile
htaccess für Admin Control Panel
« on: March 16, 2008, 01:24:31 PM »
Hi all,

habe eine .htaccess und eine .htpasswd für das Admin Control Panel erstellt - soweit so gut!

Auch kann ich mich dort einloggen also bekomme die Abfrage vom htaccess.
Nachdem ich allerdings die richtigen Daten eingegeben habe und er mich zur admin/index.php weiterleitet zeigt er mir aber nichts an. 8O

Hier mal der Inhalt der .htaccess Datei:
Quote
AuthUserFile /Bildergallerie/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "Admin Control Panel"
AuthType Basic
<Limit GET>
require valid-user
</Limit>
Der Inhalt der .htpasswd beinhaltet meinen Benutzer mit verschlüsseltem Passwort!

Die Dateien habe ich über folgenden Link generieren lassen:
http://www.fueralles.de/htaccess-Generator.html

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: htaccess für Admin Control Panel
« Reply #1 on: March 16, 2008, 01:27:12 PM »
hiii...

pfad ist nicht komplett
Code: [Select]
AuthUserFile /Bildergallerie/admin/.htpasswd

da fehlt noch was...

am linux server sieht dies ca. so aus
/home/user/www/htdocs/Bildergallerie/admin/.htpasswd
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline MSA

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: htaccess für Admin Control Panel
« Reply #2 on: March 16, 2008, 01:39:08 PM »
Danke daran hats gelegen. :roll:
Manchmal sieht man halt den Wald vor lauter Bäumen nicht.;)