.htaccess

dave d.eason at home.com
Mon Apr 30 18:52:20 PDT 2001


Ok I got the password portion working fine, I'm trying to deny all ip
addresses and allow mine, just for a test, it doesn't work I get an
internal configuration error.  My .htaccess file looks like:

AuthUserFile /home/bill/.htpasswd
AuthName modemheads
AuthType Basic
<Limit GET>
require valid-user
</Limit>


and that's before I tried limiting ips with:

AuthUserFile /home/bill/.htpasswd
AuthName modemheads
AuthType Basic
<Limit GET POST>
order deny,allow
deny from all
allow from 24.18.85.
require valid-user
</Limit>


and even this


AuthUserFile /home/bill/.htpasswd
AuthName "modemheads"
AuthType Basic 
<Limit GET POST>
order deny,allow
deny from all
allow from .abdn1.md.home.com
</Limit>

and last attempt

AuthName "modemheads"
AuthType Basic 
<Limit GET POST>
order deny,allow
deny from all
allow from .abdn1.md.home.com
</Limit>




any ideas?



More information about the LUAU mailing list