View Single Post
Old 2005-02-28, 08:47 PM   #18
GeorgeTH
Don't let a programmer design your front-end pages!
 
GeorgeTH's Avatar
 
Join Date: Aug 2003
Location: currently on the road in CA
Posts: 781
Quote:
Originally Posted by Greenguy
You could use htaccess to redirect everything form the old host to the new one until the dns propagates - I think this is all you have to do:

Redirect / http://66.115.135.176/

(of course replacing your IP with the one I have i there)

This way, at least you're not 404'ing & loosing all your traffic
Exactly what I wanted to say!

Even as a newbie I got to learn this little trick quickly...
Before I used to put a meta-refresh to numeric IP on all pages - but that gets you blacklisted with everybody running scanner scripts (eg. LL and TGP submissions).
__________________
Have a nice day!
GeorgeTH is offline   Reply With Quote