/ Published in: Other
Expand |
Embed | Plain Text
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
You need to login to post a comment.
