Return to Snippet

Revision: 23793
at February 12, 2010 20:44 by BrunoMonteiro


Initial Code
Put in .htaccess file in the directory you are trying to protect:


AuthType Basic
AuthName "This Area is Password Protected"
AuthUserFile /full/path/to/.htpasswd
Require valid-user

Initial URL


Initial Description


Initial Title
Password protected folder

Initial Tags
apache

Initial Language
Other