|
|
Subject:
web site
Category: Computers > Security Asked by: jbpmdd-ga List Price: $20.00 |
Posted:
12 Apr 2004 11:17 PDT
Expires: 12 May 2004 11:17 PDT Question ID: 329019 |
I have a web site www.montemed.com When I search for the site on Google it comes up http://montemed.com... which then does not link the the website www.montemed.com... How do a fix the problem so people can find me using Google? jb | |
|
|
There is no answer at this time. |
|
Subject:
Re: web site
From: alkali-ga on 12 Apr 2004 17:14 PDT |
Jpmdd, In case the problem hasn't been fixed since you posted the question, you might want to go to a command prompt and issue the commands: ping www.montemed.com ping montemed.com If there is a difference between the results from these two commands, you have a DNS problem affecting your local machine that is preventing you from resolving montemed.com properly. In that case the rest of the world can get there; it's just you that cannot. This is pretty common. Your web developer or somebody may have put an entry in your HOSTS file or something during development. Please let us know what happens! Alan Kali |
Subject:
Re: web site
From: okrogius-ga on 18 Apr 2004 17:12 PDT |
Additionally yous hodul note that if you ahve your site accessible through both www. and without www then you're loosing valuable page rank (google's ranking algorithm portion) and htis may negatively affect your search results. To make google and everyone else index your site only with www. (recommended), add this in a file called ".htaccess" in the root folder of your site (assuming you're running apache): RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.example.com RewriteRule (.*) http://www.example.com/$1 [R=301,L] Replace example.com though. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |