Tag Archives: edit .htaccess

Secure the wp-admin with .htaccess file

This post forms part of the video on securing the wp-admin folder on our WPZA Youtube channel.   The code below is to be copied into a .htaccess file and then uploaded to the wp-admin folder on your server. 123456789101112# Apache 2.4 <IfModule mod_authz_core.c> Require all denied Require ip xxx.xxx.xxx.xxx </IfModule> # Apache 2.2 <IfModule […]