//flex table opened by JP

Click to See Complete Forum and Search --> : What goes after "AuthUserFile" ??


mrfrogs
10-04-2004, 03:38 PM
How does the path to .htpasswd look in my server?? My server is running Linux and Apache web server. Does the path look something like this? : AuthUserFile /home/yoursite/data/.htpasswd

Should I change something there??

bassman
10-11-2004, 08:58 AM
How does the path to .htpasswd look in my server??
That depends; the AuthUserFile tells the webserver where the username/password info file is - you can provide a path like "AuthUserFile /usr/home/whatever/wherever/.htpasswd" or "AuthUserFile /usr/home/mrfrogs/.htpasswd", as long as the .htpasswd is there. You can try to find the file by typing "whereis .htpasswd". Are you getting an error?