SEO Tip – redirect htaccess file to WWW
Posted by James in How To, SEO, Video
Make sure you avoid having duplicate copies of your website indexed by doing a simple .htaccess file rewrite. The video explains how:
Here is the code you need to use – remember to change my domain name to yours!
RewriteEngine on
#Redirect http://productlaunchformulareview.com to http://www.productlaunchformulareview.com
RewriteCond %{HTTP_HOST} ^productlaunchformulareview.com
RewriteRule ^(.*)$ http://www.productlaunchformulareview.com/$1 [r=301,L]













Comments Closed