Taking down old url and setting 301 redirects

Hello,

Im redirecting an old url to a new url using 301 redirect. My client no longer wants the old url so i will be removing hosting from the old webflow site. Will this effect the 301 redirect if it is set up on the old site? What is the best practice in this case?

/oldfolder/(.*) - newurl/folder/%1

Thank you

If the old site is removed so will the 301 redirects be, meaning those links will be dead unless you move the domain to another server and handle redirects there.

You can add the old domain to the new site and handle redirects in Webflow’s project settings for all that don’t have a match on the new site.

Thanks for the quick reply @webdev. It worked perfectly :slight_smile: