View Single Post
Old June 27th, 2008, 7:14 AM   #6 (permalink)
MarkRH
Race Surpass
Super #1
 
MarkRH's Avatar
 
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,222 posts
Gave thanks: 18
Thanked 86 times
You might want to add the following to your .htaccess if it is not there for your 403 error page whatever it is called:

Code:
<Files 403.shtml>
order allow,deny
allow from all
</Files>
This way, any IP addresses that are banned will still see the 403 error page and not just cause another denied access entry in the error log.
MarkRH is offline   Reply With Quote