View previous topic :: View next topic |
Author |
Message |
The-Hunter -
Joined: 18 Jul 2003 Posts: 74 Location: Virginia, USA
|
Posted: Fri Jul 18, 2003 1:17 pm Post subject: password protection |
|
|
how can i password protect the index.html page ... i have tried using the security built into the Abyss Web Server ... but i cant seem to get it to work. I could probally ues a javascript ... but i just dont quite trust it.
Thanks |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
|
Back to top |
|
 |
The-Hunter -
Joined: 18 Jul 2003 Posts: 74 Location: Virginia, USA
|
Posted: Fri Jul 18, 2003 6:09 pm Post subject: Re: Re: password protection |
|
|
i have tried that on both /htdocs and htdocs/index.html ... and it does not seem to work ... i have even cleared IE CACHE and going back to the site ... i can still get in. is there something i am doing wrong ... is the path incorrect.
Thanks again for your time. |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Jul 19, 2003 2:41 pm Post subject: Re: Re: password protection |
|
|
The-Hunter wrote: | i have tried that on both /htdocs and htdocs/index.html ... and it does not seem to work ... i have even cleared IE CACHE and going back to the site ... i can still get in. is there something i am doing wrong ... is the path incorrect.
Thanks again for your time. |
You are making a confusion between virtual paths and real paths.
WHen protecting some area in your web site, you should enter the virtual path. For example, if you want to protect, http://yoursite/path , you don't have to worry about the real location on the hard disk of that directory. Just protect /path .
If you want to protect the contents of the htdocs/ directory , you should enter / as the path to protect (contents of htdocs/ are browsable using http://yoursite/ ).
Please refer also the the documentation for more examples and explanations. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
The-Hunter -
Joined: 18 Jul 2003 Posts: 74 Location: Virginia, USA
|
Posted: Sat Jul 19, 2003 5:04 pm Post subject: Re: Re: password protection |
|
|
thanks that helped! :D |
|
Back to top |
 |
 |
|