ephekt
05-19-2005, 03:47 AM
I'm trying to limit access to a directory, but I'm having trouble finding info on what I'm trying to do. Basically I'd like to limit access to this certain directory to two forums. This is what I have so far.
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "stuff"
AuthType Basic
<Limit GET>
order deny,allow
deny from all
allow from myhost.com
allow from secondhost.com
</Limit>
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "stuff"
AuthType Basic
<Limit GET>
order deny,allow
deny from all
allow from myhost.com
allow from secondhost.com
</Limit>