BOB101
10-21-2005, 11:31 PM
I'm using .htaccess to password protect some of my web pages. I have made a folder (I'm using Dreamweaver to test it out) in my site folder called site. Here is my code:
.htaccess
(code starts here)
AuthUserFile /sites/.htpasswd
AuthGroupFile /sites/.htgroup
AuthName Restricted Access
AuthType Basic
<LIMIT GET>
require group allowed
</LIMIT>
(code ends here)
.htaccess
(code starts here)
AuthUserFile /sites/.htpasswd
AuthGroupFile /sites/.htgroup
AuthName Restricted Access
AuthType Basic
<LIMIT GET>
require group allowed
</LIMIT>
(code ends here)