If you have a large number of URLs on your site that you need redirected, you can use a CSV file to create your redirects quickly.
- Open your site, click on the hamburger/BLOXCMS menu, and then choose Settings
- In the Settings window, click on URL Maps
- Edit the active URL map and on the Map configuration tab will be a new section called Redirect file with an upload button
- Upload a CSV from your computer/Dropbox in the correct format
- click Save changes
NOTE: The CSV file must contain a record for each redirect with the following record format:
- Path: The relative path from the root of the site. This may also be in the form of a regular expression if that property is set to true.
- URL: The URL to redirect to. This can be relative to the site or absolute. Absolute URLs must be SSL.
- Mode: One of exact or regex. If left empty, exact match mode is assumed. For a regular expression to be interpreted, this must be set to regex. In that mode, the expression will be escaped for hash tag (#) symbols as the wrapper. The destination URL may reference parentheses paired items from the path using $1 or \\1 notation. Regular expressions are always in PCRE format.