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

  1. Edit Page Settings
  2. Click Advanced
  3. Copy and past the following text into the HTML Head section"
    <meta HTTP-EQUIV="REFRESH" content="0; url=redirectURL">
  4. Change "redirectURL" to the desired URL destination
  5. Click Save My Changes