Technical information

How to create IP addresses blacklist

If you want to restrict access to certain user, for example, to spamer, just block his IP by a piece of code in .htaccess configuration file.

Order Allow,Deny
Allow from all
Deny from 145.186.14.122
Deny from 124.15.

You can to know the IP address from Apache logs or by statistical services. Lots of popular CMS have embedded monitoring tools or widen their abilities with plugins.