Skip to main content

Question about Redirect

Comments

1 comment

  • KC George

    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.