i can't password-protect a folder with .htaccess file
lima-city → Forum → Sonstiges → English
antwort
apache
code
datenbank
dienst
externe dienste
file
http
karpfen
kind
login
not
page
same
senden
server
support
these
ursache
versuchen
-
Hi
i was trying to protect the /admin directory with a .htacess file, and i created in the admin folder an .htaccess file which contains the next code :
# DO NOT REMOVE THIS LINE AND THE LINES BELOW PWPROTECTID:a5odVY AuthType Basic AuthName "Restricted Access" AuthUserFile /admin/.htpasswd Require user amstrong2003 # DO NOT REMOVE THIS LINE AND THE LINES ABOVE a5odVY:PWPROTECTID
and i created a new .htpasswd file in the same folder /admin with the next code :
amstrong2003:mypassword
but whene i try to access the login page wich is : http://www.starlines2.com/admin/login.php
i get the error :The page you requested is currently unavailable.
Seite derzeit nicht verfügbar Die gewünschte Seite ist derzeit leider nicht verfügbar. Mögliche Ursachen: •Zeitüberschreitung •Verbindungsprobleme zu Diensten oder Datenbanken •Externe Dienste senden zu spät eine Antwort oder keine Antwort Bitte versuchen Sie es später noch einmal.
Please is that means that my code above is wrong? or the lima-city apache server doesn't support these kind of .htaccess commands ?
Thanks -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
The correct path is:
AuthUserfile /home/webpages/lima-city/starlines2/html/admin/.htpasswd
Beitrag zuletzt geändert: 10.5.2010 18:53:32 von karpfen -
karpfen schrieb:
The correct path is:
AuthUserfile /home/webpages/lima-city/starlines2/html/admin/.htpasswd
great, thank you dude, now it work fine.
best regards -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage