Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.09 KB

security-setup.md

File metadata and controls

19 lines (14 loc) · 1.09 KB

Security Setup

Additional steps to secure your WordPress site.

Prevent PHP Execution from Uploads

Prevent any files that are in the /wp-content/uploads directory from being executed as PHP files.

kubectl cp config-files/no-php-exec.htaccess your-pod-name:/var/www/html/wp-content/uploads/.htaccess

Recommended Plugins

See The Best WordPress Security Plugins and Services (Both Free and Premium) 2019 and WP Security Compared

  • Block Bad Queries (BBQ) - Free
    • Simple, super-fast plugin that protects your site against malicious URL requests.
  • iThemes Security - Freemium
    • #1 WordPress Security Plugin
  • All in One WP Security & Firewall - Free
    • It reduces security risk by checking for vulnerabilities, and by implementing and enforcing the latest recommended WordPress security practices and techniques.