Without using any automatic hosting feature (and then waiting) you can directly edit .htaccess file and quickly redirect all your non-www URLs to www URLs.
Continue reading How To 301 Redirect Non WWW URLs to WWW URLs Via .htaccess ?
Without using any automatic hosting feature (and then waiting) you can directly edit .htaccess file and quickly redirect all your non-www URLs to www URLs.
Continue reading How To 301 Redirect Non WWW URLs to WWW URLs Via .htaccess ?
With new WordPress plugin you can improve your websites security by disabling a few insecure features. You can automatically hide the readme.html file, license.txt file, set permissions for wp-config.php and .htaccess file so that hackers cannot modify them.
Now you can customize and control permalinks structure and .htaccess file direct from your WordPress admin areadashboard. WP htaccess Control should really be called as htacess and Rewrite Control plugin. The plugin provides you an easy interface for customizing htaccess file generated by WordPress and also its permalinks structure of author, category, archives, pagination and custom taxonomies.
Continue reading WordPress Dashboard Interface For Controling Permalinks And .htaccess File
Everybody wants traffic but here is an option to block traffic from certain domain or IP.
Continue reading How To Block Visitors From Specified Domain Or IP Addresses ?
Hotlinking means showing images from other sites which increases bandwidth usage. You can stop Hotlinking in your WordPress site. All you need to do is open .htaccess file present in your WordPress root directory and the given code.
RewriteBase /
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?mysite.com/.*$ [NC]
RewriteRule .(gif|jpg|swf|flv|png)$ /feed/ [R=302,L]
New WordPress plugin provides you a user friends and very simple redirect editor for managing redirects. It gives you a simple test area for editing .htaccess
-style 301 redirects, one per line.
Continue reading Easily Manage .htaccess-style 301 Redirects From Your WordPress Dashboard