Kara
01-28-2001, 12:40 AM
I need to ban a user because she is being rather abusive (putting it mildly).[nbsp][nbsp]I'm actually going to issue a cease and desist, but something will have to do in the mean time.
A friend helped me with the code, but I just want to run it past y'all cuz you are way smarter then me (the friend didn't give good directions LOL).[nbsp][nbsp]Will this work?[nbsp][nbsp]Does it have to go in every folder I don't want her to access?
<code>
AuthUserFile /big/dom/xdomain/.htpasswd
AuthGroupFile /dev/null
Options Indexes FollowSymLinks Includes
Order allow,deny
Allow from all
deny from 64.230.14
deny from 64.230.15
ErrorDocument 404 http://domain/404.html
</code>
Thanks bunches,
Kara
[nbsp]-having a really bad day :(
A friend helped me with the code, but I just want to run it past y'all cuz you are way smarter then me (the friend didn't give good directions LOL).[nbsp][nbsp]Will this work?[nbsp][nbsp]Does it have to go in every folder I don't want her to access?
<code>
AuthUserFile /big/dom/xdomain/.htpasswd
AuthGroupFile /dev/null
Options Indexes FollowSymLinks Includes
Order allow,deny
Allow from all
deny from 64.230.14
deny from 64.230.15
ErrorDocument 404 http://domain/404.html
</code>
Thanks bunches,
Kara
[nbsp]-having a really bad day :(