Web Hosting Talk







View Full Version : Deny List - .htaccess


option
07-07-2002, 06:28 AM
Anyone willing to post their .htaccess deny list based on ip or domain? Also, how do you direct a banned user to a custom Error Document 403 page?

Here's a list from an older thread, (Thanks to GordonH from HostRoute).

AuthName "Country access blocked"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from 202.4
deny from 202.46
deny from 202.47
deny from 202.57
deny from 202.93
deny from 202.134
deny from 202.145
deny from 202.146
deny from 202.148
deny from 202.149
deny from 202.150
deny from 202.151
deny from 202.152
deny from 202.154
deny from 202.155
deny from 202.157
deny from 202.158
deny from 202.162
deny from 202.164
deny from 202.168
deny from 202.171
deny from 202.178
deny from 202.180
deny from 202.183
deny from 202.184
deny from 202.185
deny from 202.186
deny from 202.187
deny from 202.188
deny from 202.189
deny from 202.190
deny from 210.14
deny from 210.16
deny from 210.19
deny from 210.56
deny from 210.186
</Limit>

option
07-07-2002, 06:37 AM
I believe you point a banned user to a custom Error 403 Document by adding the following:

ErrorDocument 403 /custom403page.html

option
07-08-2002, 01:41 AM
Decided to remove this post to avoid another WHT flame session.