How to add username/password protection to html page?

  • Thread starter Thread starter kgkg
  • Start date Start date
K

kgkg

Guest
Hi everyone,

I am trying to build a website for a small business that my wife is starting. I have most of it the way we would like but I cannot figure out how to add a username/password protection to the site. We would like to have a section were some people can access secure information. The site is hosted by Microsoft Office Live and this seems to be a problem. They do not support PHP or htaccess. I am wondering if anyone knows of a way to do this or a program that can. I have been looking for some free programs but have not found any.

Thanks
 
if they don't support PHP then they would ASP at least, try and see if that's there ...u simply need a form page that asks the user for user name and password and then some PHP or ASP code to validate the log in info
 
Back
Top