• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Setting up Internal Webpage

Wetling23

Senior member
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?
 
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.
 
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.
 
Back
Top