10-11-2008

.htaccess Quick password protection

.htaccess file:
AuthType Basic
AuthName "restricted area"
AuthUserFile /path/to/the/directory/you/are/protecting/.htpasswd
require valid-user

Comments:

Your comment:

»

 

[x]