CKnapp Posted November 3, 2022 Share Posted November 3, 2022 (edited) Hi! I'm pretty new to Squarespace and website building in general, so please be kind 😉 I am working on updates to an existing website for the school I work at.  For marketing purposes, I'd like to create a simplified URL people can type in and have it redirected to the actual tour page, to allow people to type something simple that they will remember, as opposed to what the actual URL slug is.  For example, the existing page I want people to access is: www.cascadia.school/schedule-tour-inquiry-form but in marketing materials, for simplicity sake, I'd like to just post the address as www.cascadia.school/tour, so I'm trying to create a temporary redirect as opposed to changing the /url slug completely (for SEO reasons, etc.). Following the online tutorial, I went to the page for our tours, found URL Mappings and typed in the following: /tour -> /schedule-tour-inquiry-form 302 This doesn't seem to be working, as when I go to a new browser window and type in www.cascadia.school/tour, it takes me to the 404 error page.  There is no actual page on my site called www.cascadia.school/tour, so could that be the problem? Though from what I read, that shouldn't be the case.  Any idea what I'm missing? Edited November 3, 2022 by CKnapp Link to comment
tuanphan Posted November 4, 2022 Share Posted November 4, 2022 Add this to old page header <script> window.location.href = "www.cascadia.school/schedule-tour-inquiry-form"; </script>  CKnapp 1 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