Redirection Manual

To add a redirect use the Redirection Tool found on the left under Tools > Redirection

“Add new redirection” is found at the bottom of the main page

Enter the new redirect URL in the Source box and the target URL (the page you want the user to land on) in the Target box.

To create a RULE for a redirect that covers all variations of a URL ie /nvr4 , /NVR4, /nrv4/, /NVR4/ you will need to write a RegEx rule.First check the Regex box on the right side. Then write the rule as such /[Nn][Vv][Cc]4(/){0,1} – this indicates that the whether the user types upper or lower case letters and where they use a trailing / or not they will be redirected to the same place.