At 21.57 14/03/2001 +0100, you wrote:
> > 2) the page which I am trying to alter is requesting a user name and
> > password, its not of the web type (like on a web page) but an actual
> > authentication box pops up when you enter the page. What invokes
> > this?
>
>You mean in mod_dtcl? It's an access thing, like using an .htaccess
>file. Hmm, I don't have any code handy at the moment, does someone
>else?
If you want your page not to load at all, and before this, your browser to
prompt you for a username or password, that's the .htaccess file (or apache
conf file) looking like this:
AuthUserFile /home/username/public_html/members/.htpasswd
AuthName "members zone"
AuthType Basic
require valid-user
you need also a .htpasswd file, which is created using the htpasswd command.
See the Apache docs for more informations
____________________________________
Johnny Mnemonic©
E-Mail Address:
- [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]