How zen cart block some ip address
by Jason on Jun.14, 2009, under Zen Cart
If your bussiness is interfered with some not friendly customers? Now you have a easy method to black them.
If your zen cart has ultimate seo urls function, you can do that with the .htaccess to blacl ip, if not, also can do if your zen cart in running in Linux system.
Next you need to use www.blockacountry.com to generate a blocking file, looks like this:
<Limit GET HEAD POST>
order allow,deny
deny from 58.14.0.0/15
deny from 58.16.0.0/16
deny from 58.17.0.0/17
………………………………
allow from all
</LIMIT>
Add this to your .htaccess.
So now that customers will see 403 page not found.
Also, you can edit 403 page to have a friendly notice for them.
Ok, done!






