301 Redirect from old domain to new domain — Bubble feature?

Hi everyone,

We have recently migrated our system to Bubble with a new domain.
Now we’d like to set up a redirect so that when users access our old domain, they will be automatically redirected to the new domain.

Example:
https://example.com/loginhttps://qwerty1234.com/login

I understand that Bubble provides a “301 Redirect” feature for paths within the same domain, but is there any way to handle cross-domain redirects (old domain → new domain) directly in Bubble?

Or is this something that must be configured outside of Bubble (e.g., at the DNS / hosting layer)?

Any advice or best practices would be greatly appreciated. Thanks!

You most definitely need to do it at the DNS/Registrar level.

Among other things, it’s crucial for SEO because a proper 301 redirect at the DNS level helps transfer your search engine rankings and backlinks from the old domain to the new one.

1 Like

Thanks…!!