1 replies
  • WEB DESIGN
  • |
Here is my dilemma.......I purchased a site that had 22 pages indexed in google with the URL http://mysite.com. I failed to notice that and all my backlinking efforts and analytics point to http://www.mysite.com which has no pages indexed in google.
Any easy ways to rectify this problem???
#problem #url #website
  • Profile picture of the author RichKent
    Change your site display to http://www.mysite.com/

    If it's a wordpress site you can do this in the settings. If it's not a wordpress site just add this to the .htaccess file in the root:

    Code:
    RewriteEngine On
    RewriteBase /
    RewriteCond % ^yourdomain.com [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
    replace yourdomain.com with YOUR domain name.
    {{ DiscussionBoard.errors[3429813].message }}

Trending Topics