I have the Yahoo! Web Hosting plan and I can use the File/Password manager to password protect my site. I cannot figure out how to protect certain, individual pages though. I can only do the entire website. I have Yahoo! Site Builder as well if you have to use that.
Tags: File Password, Yahoo, Yahoo Web



what language does Yahoo support?
Please be specific and I will edit my answer once you post more information about your problem.
ok say if you are using PHP
sesstion_start()
if((isset($_SESSION['username'])) && (isset($_SESSION['password'])){
do something
}
else{
}
I’d suggest switching web hosts and using as you can use cpanel to designate folders to password protect. Otherwise if you want to protect a file, you can set r/w/e permissions for that file. If you want to password protect it, their support team can show you how using a supported language.
Hope that helps.