Pages

Tuesday, January 11, 2011

Using Apache's htaccess Authentication

At least there are 3 things you should do:
- set the .htaccess and .htpasswd files on target folder. This will protect access to the folder contents, including subfolders.
- configure httpd.conf [make sure AllowOverride All on <Directory "/document/root">]

this link is nice reference:
http://www.sitedeveloper.ws/tutorials/htaccess.htm

No comments:

Post a Comment