How do I restrict Web Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to develop a website that is available for public view, but that
will have sections requiring my co-workers to log-in with usernames and
passwords. How do I do this? Thanks in advance
 
Depending on what is available on the server, you can program a solution
in ASP(NET) or PHP.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
It depends on your host's systems what OS they use, what scripting language
they support.

Through Frontpage you can use sub-webs and password protect those subwebs as
long as your host supports them.

Through FTP'ing to a unix server you could make use of the htaccess facility
(if supported).

Otherwise there's plenty of scripts around for password protection. Just
Google for a few things.

Advise to check with your host first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top