
Kanji
User
/ Moderator
Jun 28, 2001, 3:49 PM
Post #2 of 3
(765 views)
|
Unless you all your pages are CGI-based, you're better off using server access controls. Specific vary from server to server, but if you use Apache or any other NCSA-based server then you'd want to use an .htaccess containing Deny statements, like this ...
Order Allow,Deny Allow from all Deny from 212.45.
|