https://codex.wordpress.org/Hardening_WordPress
.htaccess
http://www.mastermindblogger.com/14-ways-to-prevent-your-wordpress-blog-from-being-hacked/
Disable File Editing
==============================
.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);
- Update WordPress Version
- Change your Login/Password
- Change WordPress Keys in wp-config.php https://api.wordpress.org/secret-key/1.1/salt/
- 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
- 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/*
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/*
- Protect your .htaccess
- No Directory Browsing
- Protect WordPress Admin Files
==============================
- Update WordPress Version
- Change your Login/Password
- WordPress Keys in wp-config.php https://api.wordpress.org/secret-key/1.1/salt/
- Install WP Security Scan
- Change Table Prefix
- Prevent WordPress Hack by Blocking Search Engine Spiders from Indexing the Admin Section
- Protect your .htaccess
- No Directory Browsing
- Secure wp-config.php
- Secure wp-config.php
- Protect WordPress Admin Files
- Prevent script injection
Security Plugins:
https://wordpress.org/plugins/wordfence/
https://www.tripwire.com/state-of-security/featured/5-best-wordpress-security-plugins-to-keep-your-site-secure/
https://www.elegantthemes.com/blog/resources/a-collection-of-the-best-wordpress-security-plugins
https://www.tripwire.com/state-of-security/featured/5-best-wordpress-security-plugins-to-keep-your-site-secure/
https://www.elegantthemes.com/blog/resources/a-collection-of-the-best-wordpress-security-plugins
Report regerator: