View Full Version : Quick question about htpasswd
odrobinson
11-24-04, 07:17 PM
Greetings, I already havethe htaccess set up inthe directory for which I need but I can't get the password prompt to show up when I click on my "memberAccess" button. It did it before but I must have deleted something. Where am I suppose to have the htpasswd?? help please :rolleyes:
Builder
11-24-04, 07:23 PM
Most people put it on the same level as htdocs. As in:
www/u/username/.htpasswd
So the first line of your .htaccess file should be:
AuthUserFile /www/u/username/.htpasswd
good luck,
Kevin
jeffery
11-24-04, 07:30 PM
This is for security purposes ... so no one can view the file via http.
odrobinson
11-24-04, 10:11 PM
thank you
vBulletin v3.6.0, Copyright ©2000-2010, Jelsoft Enterprises Ltd.