i have a few pages on my website that i need to be password-protected, and am trying to setup .htaccess in a subdirectory.
However, i don't quite understand some components of the .htaccess file, and was wondering if perhaps someone could explain how to set it up correctly:
QUOTE
AuthUserFile /usr/local/you/safedir/.htpasswd
I just need to know how to find the server path to my subdirectory.
This is all assuming, of course, that .htaccess is allowed on our sites?
Thanks for all the help!