How to set your preferred domain and double the power of your backlinks
Step 1. 301 Addressing Open your .htaccess file and add the following code. Don't forget to change example.com to your domain. If you prefer not www, add this: RewriteEngine On RewriteCond %{HTTP_HOST} ^www.example.com$ [NC] RewriteRule ^(.*)$ http://example.com/$1 [R=301,L] If you prefer to use www, add this:…
Read more