Problem
Website reporting "page not found" (i.e. http://yourDomain.com/redirectPage) but appears in the menu navigation
Desired Results
Page that automatically redirects to an external URL and is listed in the menu navigation.
Solution
- Edit Page Settings
- Click Advanced
-
Copy and past the following text into the HTML Head section"
<meta HTTP-EQUIV="REFRESH" content="0; url=redirectURL"> - Change "redirectURL" to the desired URL destination
- Click Save My Changes