According to Sophos Labs, they identify 30,000 new sites a day that are hacked! That’s a shocking number, but even that is incomplete as it only counts those identified as passing malware and not more subtle hacks that involve redirects or injecting link spam.

As we know WordPress is Free Content management system.  and when we talking about WordPress, Yes, here hacking chance is increased  with wordpress but we can secure it with bellow WordPress security steps like-

  • Always use well-secured server, if you have a budget use “VPS servers”. If you are using VPS hosting than you haven’t need to worry about your site security.
  • If you’re still using regular FTP, you should switch to SFTP.
  • Protect the Login Page

add this code in your .htaccess file (replace xx and yy with your current IP address)-

<Files wp-login.php>
Order Deny,Allow
Deny from all
Allow from xx.xxx.xx.xxx
Allow from yy.yyy.yy.yyy
</Files>

  • Always Use quality plugins and read all documentation before installing. Read all reviews and analyze carefully and avoid bellow 3.5* ranking plugins.  always remember- More Plugins = Less Security.
  • Use strong passwords and change them regularly passwords is also big factor of site security. always use strong password with spacial characters, capitalize and small words, numbers and minimum length of 10 words.
    these are the few steps which help you to protect your site.

One Comment

  1. December 16, 2017 at 6:38 am

    Hi thanks for sharing this article

Leave A Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.