[quote:db9d321823][i:db9d321823]Originally posted by SWR[/i:db9d321823]
[quote:db9d321823][i:db9d321823]Originally posted by itf[/i:db9d321823]
[quote:db9d321823][i:db9d321823]Originally posted by TRAIN YARD SOFTWARE[/i:db9d321823]
what do you put in the .htaccess file? I have only seen FP2002 files. is it the same content?[/quote:db9d321823]
You have to create a password file and set up an .htaccess
After connecting to your server via ssh, enter these commands (change USERNAME to whatever you want)
/usr/local/apche/bin/htpasswd -c /usr/local/bandmin/.passwd USERNAME
create .htaccess with pico by typing
pico /usr/local/bandmin/htdocs/.htaccess
.htaccess should contains:
AuthType Basic
AuthName &Only Authorized Individuals&
AuthUserFile /usr/local/bandmin/.passwd
Require user USERNAME[/quote:db9d321823]I tried this; but now I can't even access the page. Not that I ever did before and don't know why I would want to again. But, the question is; is it going to cause any problems?[/quote:db9d321823]
It has worked for all others, you can try as much as you want that will not cause any problem to your system
focus on the USERNAME and the locations,
If you would like I can do it for you too.