Question about Redirect
Hi, I was wondering if there is a way to redirect to an outside link with another domain? For instance, can I use the redirect feature to redirect mydomain.com/forward to otherdomain.com/forward
If so, could you let me know how to set this up in the redirects feature?
Thanks!
0
-
Hello Mike,
Kindly add this JS code to the header of your page to redirect to an external URL. Replace the URL in the code with your URL.
<script>
window.location.href = "https://brizy.online/about-us/";
</script>To add the code to the header of a page, in your Brizy Cloud editor under CMS > Pages, click on the name of the page

Under the "Code" tab, paste the above code under "Code injection > Header"
0
Please sign in to leave a comment.
Comments
1 comment