Web Hosting Talk







View Full Version : admin login 4 htaccess ?


gargonzo
03-27-2002, 12:06 PM
hi,
whats the easiest way to use the admin login 4 htaccess ? example would be the same as the stats, the admin can check any site with his log/pass ..


is there a way to replicate this for a certain directory like:
www.website.com/test
login: admin
pass: adminpass

? thanks in advance

ciao
garz

Cephren
03-27-2002, 12:32 PM
#Access file
order allow,deny
allow from all
require group site##
Authname Password Folder
Authtype Basic
AuthAuthoritative off


Change the "site##" to the path of the site..
Authname: can be anything u want.


I think this is it....hmmm


Cephren
of Cephren.ca

footprints
03-28-2002, 05:20 PM
Try this
http://www.locked-area.com/html/
works great!

-footprints.