I used .htaccess to block out all ip addresses that want to login to WordPress. Today, I was blocked from my home, although the ip
Tag: htaccess
Limit WP-Login.php With .htaccess
To limit the WP-login.php to specific ip addresses only (owners, editors) we can add these lines on the blog .htaccess (not the root). The order
How To Upload More Than 2Mb Default Limit By WordPress
04/26/2014 Update with version 3.9 – sample .htaccess where /wp39/ is /blogname/ # BEGIN WordPress <IfModule mod_rewrite.c> <IfModule mod_php5.c> php_value upload_max_filesize 30M php_value post_max_size 30M </IfModule>