redhippo VIP Member VIP ★ 20 ★ Impact 22 May 27, 2005 599 views 2 replies #1 is this possible? i have a website that sell stuff...is there a way to banned accessed form certain countries or IP (especially proxies)??? can it be done?
is this possible? i have a website that sell stuff...is there a way to banned accessed form certain countries or IP (especially proxies)??? can it be done?
vip-ip Account Closed Impact 24 May 27, 2005 #2 Create a file on your root directory: .htaccess In it, using a text editor, put: Code: order allow,deny deny from xxx.xx.x.x deny from xxx.xx.x.x deny from xxx.xx.x.x allow from all Where XXX are your banned IPs.
Create a file on your root directory: .htaccess In it, using a text editor, put: Code: order allow,deny deny from xxx.xx.x.x deny from xxx.xx.x.x deny from xxx.xx.x.x allow from all Where XXX are your banned IPs.