Is it possible to redirect one webflow site to another? I need to do this!
But why…?
Go to custom code in dashboard and add the following code:
<script>
window.location.replace("http://your-website.com");
</script>
1 Like
Because I have increasing versions of the same site (it’s a prototype) and I don’t want to send everyone who needs it a new link every time there’s a new version.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.