leehinkleman
Programmer
My friend S. Bowers is trying to use .htaccess and .htpasswd on a free hosting site, running on Debian. He needs to know the absolute path to .htpasswd, but the free host administrator ignores his requests for help. My command line ftp program in linux, with the pwd command, displays, as the path to his htm directory,
/sandrbowers.orcon.net.nz/htdocs
but using the path
AuthUserFile /sandrbowers.orcon.net.nz/htdocs/.htpasswd
fails, as do other guesses:
/home/sandrbowers/htdocs/.htpasswd
/var/
Is guessing the absolute path possible?
Thanks for your advice.
/sandrbowers.orcon.net.nz/htdocs
but using the path
AuthUserFile /sandrbowers.orcon.net.nz/htdocs/.htpasswd
fails, as do other guesses:
/home/sandrbowers/htdocs/.htpasswd
/var/
Is guessing the absolute path possible?
Thanks for your advice.