Can someone help me out? I am having a large Google issue

Discussion in 'Google' started by Lawpre, Jun 22, 2011.

  1. #1
    I just started my new website www.free-eye-exam.info and it shows up perfectly, however, when I type in Free-Eye-Exam.info the page does not show up. How can I fix this?
     
    Lawpre, Jun 22, 2011 IP
  2. Lawpre

    Lawpre Member

    Messages:
    169
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #2
    I am talking about just typing the URL to visit the site.
     
    Lawpre, Jun 22, 2011 IP
  3. kepc536

    kepc536 Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Had this issue before, I'm pretty sure there was a setting in the admin panel for wordpress. Also I just googled it and got this:

    RewriteEngine on


    # Add a leading www to domain if one is missing. #
    RewriteCond %{HTTP_HOST} !^www.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]



    # Add a trailing slash if needed #
    #RewriteCond %{REQUEST_URI} ^/[^.]+[^/]$
    #RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L]


    This might help, stick it in a file named simply '.htaccess' and put it in the root of your site.
     
    kepc536, Jun 22, 2011 IP
  4. Dominatos

    Dominatos Member

    Messages:
    229
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    40
    #4
    Sorry for last misunderstanding. it seems that your domain is not pointed with dns correctly.www is set correctly, but exact domain is not set and it shows parked page. I think THIS will be helpful for you. Also you can make A entry for the ip of blogger server.
     
    Dominatos, Jun 22, 2011 IP
  5. newqazter

    newqazter Well-Known Member

    Messages:
    155
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #5
    I think the only things you must to do now is create one .htaccess file in the root folder, with the code below, to re-direct www to non-www:

    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^www.free-eye-exam.info [NC]
    RewriteRule ^(.*)$ http://free-eye-exam.info/$1 [L,R=301]
     
    Last edited: Jun 22, 2011
    newqazter, Jun 22, 2011 IP
  6. marylandlawoffice

    marylandlawoffice Member

    Messages:
    395
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #6
    dear u can resolve the canonical issue line www or nonwww
     
    marylandlawoffice, Jun 24, 2011 IP