Back to Web-Builder's Home Page

Password protected web pages

Unobvious URLs
Basic authentication / htaccess
Home grown - cgi
Built into web server software (eg. Cold Fusion)
SSL
Other???
Duane's contribution to this subject (thanks Duane!):
           I had several links bookmarked on the topic of password-
          protecting web sites. These topics were covered in
          December's presentation by Dave. I'll list them here,
          in addition to those he's posted.
          
          
          ** These pages cover web-based user authentication using .htaccess
          http://www.psoft.net/htaccess.html
          http://mirage.golden.net/htaccess.html
          http://jdurand.home.cern.ch/jdurand/htaccess/htaccess.html
          http://bignosebird.com/passwd.shtml
          http://ftp.arl.mil/~mike/access.html
          http://www.eclipse.net/webmaster/password.html
          http://www.barmaton.nl/help/htaccess.html
          
          
          ** CGI script discussed here handles a common problem: allowing
             users to `register' themselves to access a controlled directory.
          http://www.stonehenge.com/merlyn/WebTechniques/col05.html
          
          
          ** The .htaccess file has other useful functions.
          http://www.baremetal.com/gadgets/htaccess/
          http://www.eclipse.net/webmaster/htaccess.html
Back to Web-Builder's Home Page