.htaccess
Posted: Thu Apr 05, 2007 7:27 am
why this is not working?
.htaccess
.htpasswd
.htaccess
Code: Select all
AuthName "Admin area"
AuthType Basic
AuthUserFile /http:phpserver:82/ht/.htpasswd
Require valid-user.htpasswd
Code: Select all
username:password