View Single Post
Old 08-30-2014, 04:44 AM  
VIXEN ESCORTS
Confirmed User
 
Industry Role:
Join Date: Oct 2003
Posts: 1,103
In your Wordpress settings make sure you have the http://www.yourdomain.com
Then go into your Webmaster tools settings and check the option that says always use http://www.yourdomain.com
Then add this to your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
VIXEN ESCORTS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote