Website Security
- Started
- Last post
- 6 Responses
- mg33
Hoping someone can steer me in the direction of articles/tutorials on setting up web server security (specifically for Extranet sites) that range from simple methods (HTML & JS based password login) to more more complex/secure methods, ASP, server based security.
Needs to contain an initial login and secure all pages within the Extranet. No real need for cookies at this time.Been searching on Google but tired of wading through all that's out there and tired of articles from 1997-2000.
Thanks in advance.
- jevad0
google htaccess - thats all you need
- mg330
jevad, uofortunatly the server I'm testing on is a win2k server so .htaccess will not work.
Thanks though, I read up on it and wish I could get it going.
--
Does anyone have a link to a tutorial or example of an ASP username/password login that opens to an extranet where all pages within are secure and only vieweable with the uname/pwd login?I've been reading so many examples and feel like I'm onto something, but someone may know a good example or an app that can set up security for an extranet.
Thanks again.
- liquid0
what web server are you running? if you are on win2k but you have apache server running then you can use htaccess....
- ********0
php?
- mg330
I don't think we have apache running, in a meeting last week our IT director said as much to make me think it's just win2k.
I guess the main question with regard to htaccess is:
Does it allow for multiple username/password login on one page that directs to a specific page based on who you are and also protects all pages in a directory?I don't want to have someone login to each page in an extranet site, nor be able to view pages behind the initial login if they are not allowed there.
- liquid0
you can protect specific folders and several different users can be associated with different directories... you set up groups that have access to specific things....
why don't you just use php with mysql