Knowledge Base - WordPress Security

Add Strict Security Headers to Your WordPress Site

This Q&A shows how to apply strict HTTP security headers like HSTS, CSP, X-Frame-Options in WordPress. It covers server level changes for Apache and Nginx and explains how plugins use the send_headers hook. You’ll see code snippets and tips to avoid header conflicts.

Read More »

How to Set Up Google Authenticator 2FA on WordPress

In this Q&A we cover how to add a second login step to WordPress using the Google Authenticator plugin. The discussion walks through installation in the dashboard, linking via QR code or manual key entry, and testing your 2FA setup. You’ll also learn how to recover access if you lose your device.

Read More »

Restrict wp-admin and wp-login by IP in .htaccess

This Q&A explains how to lock down wp-admin and wp-login.php access by specific IP addresses. The conversation walks through editing your WordPress root .htaccess file and adding directives for mod_authz_core or mod_access_compat. You’ll get clear steps to update your file and test the restriction safely.

Read More »