How do I smoothly switch from one domain to another?

OLD url: https://homebase.rf.gd
NEW url: https://smartlist.ga/
Hi! I was planning to switch to another domain (https://smartlist.ga/)
I’ve backed up everything, transferred everything, now my only problem is having current users know of a URL change.

I plan to delete this domain (http://homebase.rf.gd/) in about a week or two (lol, to make space for other hosting accounts :wink: )

So, should I use .htaccess and redirect them, show a banner at the top of the page, and warn users to use the new URL?

Please note that this is a backend app, and the SQL databases & tables in the new one are a bit outdated from the old one. (Doesn’t this sound weird?) I have to keep on exporting and importing the databases. So literally one domain is OK, and the other domain is way behind (if anyone logs in with the same account, the data will differ)

Implement a 301 redirect from your old homepage to your new homepage

and is recommended due to GSC

6 Likes

Thanks! I’ll try this out…

2 Likes

NP and YW :slight_smile:
create an .htaccess file with this content at homebase.rf.gd

Redirect 301 / https://smartlist.ga/

and you leave it like that for two or three months
so even the google bot knows that there is a change of address and all the SERP
to change to a new address

4 Likes

and then you can write on a new website
something like:

As you can see we changed the address
please add this address to bookmarks / favorites
Thank you

3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.