dawndesignstudios Posted April 14, 2021 Share Posted April 14, 2021 (edited) Site URL: http://www.aapiern.org/ We are looking to configure our domain, minus one url (/health), to temporarily redirect to an external domain. What is the best way to do this? URL mapping seems to redirect everything if I do: Quote / -> https://www.externalsite.ext/ 302 Should I just use some javascript on each page minus the one we want to stay up? Edited April 14, 2021 by dawndesignstudios emphasis Link to comment
tuanphan Posted April 17, 2021 Share Posted April 17, 2021 If you want to redirect one page to external domain, add this to Page Header (Hover page on Main Navigation or Not Linked to open Page Header) <script> setTimeout(function(){ window.location.href = 'https://beaverhero.com'; }, 1000); </script> Replace with external link url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment