htaccess for a better login URL
Adding this rewrite rule to your .htaccess file in the root directory of your wordpress install will change your login url from www.website.com/wp-login.php to www.website.com/login/
read moreRedirect empty searches to root
Adding this snippet to your .htaccess file, will redirect empty searches to root. Be sure to backup your htaccess first.
read moreProtect wp-config with .HTACCESS
Adding this to your .HTACCESS will prevent access to your wp-config.php file.
read morethis months featured snippets
Deny spambots from comments
Adding this to your HTACCESS will help keep bots from posting comments on your wordpress blog, be sure to change yourdomain.com to your website address.
read moreAdmin IP whitelist
Adding this snippet to your htaccess file will whitelist a set of IP addresses that you wish to have access to your admin panel. Replace the xx.xx.xx.xxx with the IP address you wish to whitelist. Be careful with this you don’t want to block yourself from the admin panel,
read moreBlock common exploit
Adding this code to your .HTACCESS will block common exploits.
read moreRedirect feed to feedburner
Adding this to your .htaccess will redirect your wordpress feed to your feedburner feed.
read more








