How do I restrict Web Access

L

Lancent

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
 
J

Jens Peter Karlsen [FP MVP]

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.
 
A

Andrew Murray

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.
 
Top