WordPress Security / Prevent WordPress From Being Hacked

https://codex.wordpress.org/Hardening_WordPress
.htaccess

http://www.mastermindblogger.com/14-ways-to-prevent-your-wordpress-blog-from-being-hacked/


Disable File Editing
Append the following two lines to the end of your wp-config file:

## Disable Editing in Dashboard
define('DISALLOW_FILE_EDIT', true);


  1. Update WordPress Version
  2. Change your Login/Password
  3. Change WordPress Keys in wp-config.php https://api.wordpress.org/secret-key/1.1/salt/
  4. Install BulletProof Security https://wordpress.org/plugins/bulletproof-security/
·         .htaccess website Security Protection(Firewalls)
·         Change Database Prefix
·         Security logs
·         Secure wp-config.php
·         Prevent script injection
·         System Info – See file permission and change correspond
  1. Prevent WordPress Hack by Blocking Search Engine Spiders from Indexing the Admin Section
Add robots.txt file
#
User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins/
Disallow: /wp-content/cache/
Disallow: /wp-content/themes/
Disallow: */trackback/
Disallow: */feed/
Disallow: /*/feed/rss/$
Disallow: /category/*
  1. Protect your .htaccess
  2. No Directory Browsing
  3. Protect WordPress Admin Files

==============================
  1. Update WordPress Version
  2. Change your Login/Password
  3. WordPress Keys in wp-config.php https://api.wordpress.org/secret-key/1.1/salt/
  4. Install WP Security Scan
  5. Change Table Prefix
  6. Prevent WordPress Hack by Blocking Search Engine Spiders from Indexing the Admin Section
  7. Protect your .htaccess
  8. No Directory Browsing
  9. Secure wp-config.php
  10. Secure wp-config.php
  11. Protect WordPress Admin Files
  12. Prevent script injection
Security Plugins: 

Report regerator: