Hey all,
I am newbi to osCommerce and want to know is there a way to ban specific ips.
I am using 3.2.1
Thanks in advance.
Latest News: (loading..)
3 replies to this topic
#1
Posted 22 July 2012 - 05:45 PM
#2
Posted 22 July 2012 - 05:59 PM
That;s usually done via your control panel. Ask your host if there is an option to do it from there. You can also edit the .htaccess file in your root directory if you feel comfortable doing so.
Recommended SEO Addons:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#4
Posted 22 July 2012 - 09:17 PM
@annasmith
Hi Anna, here's the simplest method, open up your htaccess file in your root directory and add (as an example):
#Russian malware scripter network range
deny from 178.0.0.0/8
or for a specific ip
deny from 204.11.219.90
you could also do it like these examples: (note the dot at the end)
deny from 204.11.219.
deny from 204.11.
deny from 204.
Regards
Sara
Hi Anna, here's the simplest method, open up your htaccess file in your root directory and add (as an example):
#Russian malware scripter network range
deny from 178.0.0.0/8
or for a specific ip
deny from 204.11.219.90
you could also do it like these examples: (note the dot at the end)
deny from 204.11.219.
deny from 204.11.
deny from 204.
Regards
Sara
Contributions:
http://addons.oscommerce.com/info/8010 http://addons.oscommerce.com/info/8204 http://addons.oscommerce.com/info/8681
http://addons.oscommerce.com/info/8010 http://addons.oscommerce.com/info/8204 http://addons.oscommerce.com/info/8681
Also tagged with one or more of these keywords: security
osCommerce Online Merchant v2.x →
Security →
Should I use https over entire site or catalogStarted by BGTFICA, 06 Apr 2013 |
|
|
||
osCommerce Online Merchant v3.x →
Security →
Database encryptionStarted by pftylr, 06 Mar 2013 |
|
|
||
osCommerce Online Merchant v2.x →
Installation and Configuration →
Newbie HereStarted by Verng, 20 Feb 2013 |
|
|
||
osCommerce Online Merchant v2.x →
General Support →
Can't rename admin folder when trying to secure oscommerceStarted by g_p_java, 22 Jan 2013 |
|
|
||
osCommerce Online Merchant v2.x →
Security →
.htaccess/.htpasswd_oscommerceStarted by FantasyArt, 16 Jan 2013 |
|
|









