Wobile Posted April 14, 2023 Posted April 14, 2023 I want this link to redirect to my help desk portal which is located at wobile.superops.ai This is what i have /help -> wobile.superops.ai 301 Nothing is being redirected when typing www.wobilellc.com/help Or if their is a simple way to not use the page at all and just map the URL then that would work. Thanks
qosmic Posted April 15, 2023 Posted April 15, 2023 If you don't mind it being in your navigation menu, just add it as a link (bottom). If it needs to be separate, you could create a page with a "You are being redirected..." message and add this as a code injection to the page header: <script> setTimeout(function(){ window.location.href = 'https://wobile.superops.ai'; }, 5000); </script> .techCRM | Email Marketing | eCommerce | Accounting Systems | Data Migration | Automation | App IntegrationsOur Mission - Contact
creedon Posted April 15, 2023 Posted April 15, 2023 The URL Mapping feature only works for pages that DO NOT exist as a page on your site. If the page exists then it will be presented. Remove the page with the URL Slug /help from your site. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment