Password protect certain pages of your website?


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.
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Webnews
  • Digg
  • del.icio.us

Tags: , ,

2 Responses to “Password protect certain pages of your website?”

  1. DzSoundNirvana says:

    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{
    }

  2. WebGuy says:

    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.