Protect Your site with mod_security rules

As a company, we utilize mod_security rules which are global to all sites. We do this to help protect sites which may not be actively maintained, which will still cause issues for other users when exploited. However, if you require further protection by mod_security, it is very possible to include rules specific for your domain, without impacting the other users on the server. To do this, you simply need to add to the .htaccess file in the public_html directory with the following:

<IfModule mod_security.c>
</IfModule>

Then, if you find any rules you wish to utilize, or if you feel confident on making your own rules, you simply place the rules in between the two IfModule blocks. Voila! Custom application firewall rules!
  • 123 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

If my website got hacked, what to do?

Here are some tips to keep your site secure. This was primarily written in response to a hacked...

How can I prevent hacking?

Prevent HackingHacked AccountGoogle Attack PageThe most important thing to do is keep your...

How to Configure outlook with domain email ?

Start Outlook Express Click on Start->Program->Outlook Express and see screen Picture Step...

14 Ways To Prevent Your WordPress Blog From Being Hacked

There are over 5 million results in google for the keyword “prevent wordpress hack“. Everyone has...