How to block an IP address?

Tshepo

Active member
Joined
May 18, 2013
Messages
72
Points
8
My website is being spammed by a IP adress, how can I block it?

Please share me any simple ways? Thanks
 

SenseiSteve

Web Hosting Sensei
Hosting Provider
Registered
Joined
Nov 11, 2015
Messages
275
Points
28
You can block this visitor via a .htaccess file. For example, to block a specific IP address while allowing all other IP addresses:

# allow all except those indicated here
<Files *>
order allow,deny
allow from all
deny from xxx.xxx.xxx.xxx
</Files>

Where xxx.xxx.xxx.xxx is the offending IP address.
Hope this helps.
 
Older Threads
Replies
9
Views
6,416
Replies
1
Views
2,445
Replies
7
Views
5,307
Newer Threads
Replies
6
Views
3,133
Replies
2
Views
4,589
Replies
4
Views
3,076
Replies
14
Views
6,494
Replies
26
Views
15,315
Latest Threads
Replies
1
Views
128
Replies
4
Views
2,471
Recommended Threads
Replies
20
Views
13,754
Replies
0
Views
2,316
Replies
7
Views
4,972
Replies
9
Views
7,583

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top