Ban IP Address


Well if you are to lazy to ban people with PHP then you can do it with .htaccess

To deny a single ip use:
Code
Deny From 000.000.000.000

Obviously changing the 0's to the users IP adddress.

If you wish to ban all from server just use:

Code
Deny From All

But you will want to make sure you allow your IP address
so:
Code
Allow From xx.xx.xx.xx


These are just some basics to banning but there are many ways to ban IP addresses and such.
ShadowMage's Avatar
Author:
Views:
1,540
Rating:
Posted on Tuesday 11th December 2018 at 02:53 PM
Lestop
Lestop's Avatar
Have used this method many times with good results.
https://ds3-t1.com