Setting up Internal Webpage

Wetling23

Senior member
Aug 18, 2001
496
0
0
Right now we have a file server that is accessable by everyone in the HQ office while they're in the office, and by VPN when they're away from the office.

I'd like to setup an internal website to help make it easier for people to find the files they need. I want to require users to supply their domain user names and passwords to access it (both locally and remotely or just remotely).

How do I do this?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
It depends on the software you use. If you use IIS it's probably easy. If you want to use a better webserver like apache, you'll have to look for a module that will do the authentication for you.
 

vi edit

Elite Member
Super Moderator
Oct 28, 1999
62,484
8,345
126
Like n0c said, if you are on a MS platform, just fire up IIS and call it a day. You add/remove permissions on the folders/directories and you are good to go for the most part.