Forum Moderators: open
I was thinking about removing the "pointing to" scenario, so Google can see my new url, and index it, but then I'm afraid of not being in Google for awhile. I wonder if I stop the old domain from pointing to the new domain, and then set up an url forwarding service, if that will free up Google to index my new domain, while showing a listing of the old indexed domain? Thanks!
Since both domains are pointing to the same IP, you can use Mod Rewrite on apache to change any requests for the old domain to the new domain. This will give a 301 redirect from your current site rather than having it setup on an old site.
You would need to put this in your .htaccess file
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} [olddomain.com$...]
RewriteRule ^(.+) [newdomain.com...] [L,R=301]
That will give Google a 301. Over time it will figure it out and index the site under the new domain.
If your old domain is un-hosted it is dead and all links in Google for it are dead also.
This would not affect your new site being indexed if it has incoming links.
301 re-directs are not a function of Front Page, but are a feature that is on your web server. You can redirect both individual pages or files or the entire domain if your web host will do it.
[edited by: CCowboy at 9:35 pm (utc) on May 13, 2003]
If you log into your server using an FTP client rather than FP, you can download your .htaccess file. Make a copy of it, and then upload the changed one. If it doesn't work, just put the original back.
Sending your Old URL to the same I.P. address as your new domain would keep links to current pages live, if the navagation is the same. The problem is that the new site might look to google like a mirror site.
I have my own server so I always do a 301 redirect for important pages to the new pages. Takes more time, but avoids problems.
That is how he has it setup now. When you do that, you are basically letting Google decide which domain the site should be indexed under. They will usually list the domain that has the most links pointing to it, so if you can't setup a 301, you need to start trying to get any existing links changed to the new domain.
i haven't heard of Windows servers running Apache ever, however that could be the case.
only 7% of windows served sites run apache.. [news.netcraft.com]
therefore the original poster, who is using FrontPage, though might be on FrontPage on a Unix box with ChileSoft,is most likely not on a Windows box running Apache...
So in all likelyhood, .htaccess would not work for most Windows platform hosters. That would explain why if they try adding one to a typical Windows web, it wouldn't take it. In case the poster was trying to....
Which was my point, however you did clarify.
presuming the domain name is different, you can have your current host enter it into their DNS and direct it to your new website, which should be search engine safe we would think. People have multiple tld's pointing to the same website, for various reasons, all over. As long as the IP is the same, and it will be.
RE: "People have multiple tld's pointing to the same website, for various reasons, all over. As long as the IP is the same, and it will be. "
I'm wondering how muti-dom pointers affect the rankings of the individual doms.
I've been led to believe that multiple domain names pointed at the same "website" look like mirrors / trickery to the engines...
I've heard about "redundancy filters".
Comments?
maybe googleguy wants to shed some official google light, or someone else who has had experience with multiple domain names pointing to one web site. becauese there are other reasons than to cheat google, valid ones, for pointing mutiple domain names to one website... for instance, what about a company phasing in one tradename, and slowly phasing out another..... why duplicate a site to do that, which could create a mirror site.......
however, no matter what, if you aren't hosting that second domain anywhere, whether or not to URL forward it is not relevant until you have it hosted somewhere. until than, that domain name is dead to the internet, if not the world.