Posted: Sun Jun 06, 2004 7:40 pm How to pasword protect a site?
I removed it..
mjpliv
Joined: 11 May 2004
Posts: 402
Location: Nova Scotia
Posted: Mon Jun 07, 2004 3:16 am
Most hosting companies allow you to designate any or all of your domain directories as protected. This will be found in your hosting service control panel.
Corey Bryant
Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA
Posted: Mon Jun 07, 2004 3:56 am
Not just by HTML alone. Check with your hosting company as mjpliv suggested.
You can also use ASP to protect certain pages & then you can use JavaScript. JS is not all that secure but it might be enough for you: http://javascript.internet.com/passwords/gatekeeper.html
mjpliv
Joined: 11 May 2004
Posts: 402
Location: Nova Scotia
Posted: Mon Jun 07, 2004 10:16 am
Here is a simple perl script combined with a bit of java script. Not the most secure way to do it but simple to set up