Pages
URL Redirections provide a way for you to redirect a user from one URL to another. Within Agility we give Editors a way to manage and test these redirects across your site without involving a developer.
Common Use Cases
Other Noteworthy Cases
1. Click Pages in Agility

2. Click URL Redirections at the bottom of the Main Sidebar
3. Next, select Add Redirection

4. Add the Original URL in the Origin URL Field as well as the URL you’d like to Redirect to in the Destination URL Field

5. Choose the type of Redirect you’d like to perform in the HTML Code drop-down
6. Click Create Redirection
To Import or Export your URL Redirections, click the 3-dot menu in the top right of your URL Redirections page and select your option.

Your Import file should have 3 columns: OriginURL, DestinationURL, and HTTPCode (301 or 302). Once your Redirections are imported, they will be automatically added to your URL Redirections List.
Your import file should not contain any duplication of existing URL Redirections.
Agility makes it easy to test all of your URL Redirections so you can identify when they aren't working and take action to fix them or remove them.
Learn how to test your URL Redirections
You can delete a single URL Redirection by clicking the trash icon for that Redirect or delete multiple by checking the select boxes and then clicking Delete from the Selection Drop-down at the top of the page.
Further Reading
Easily manage and test your redirects across your site without requiring a developer. URL Redirections in Agility CMS provides a way for you to redirect a user from one URL to another URL.
A URL redirection, also known as URL forwarding, is a method that allows a web page to be accessed from several URL addresses. When a web browser tries to open a redirected URL, it is redirected to a page with a different URL.
Implementing redirects on a website is essential to managing your sitemap and preventing dead links. Typically, they are used to redirect an old URL to a new URL or provide a vanity URL (alias) that can be easier for users to remember.
URL Redirections and their uses may also include:
A website might be accessed using both a secure HTTPS URI scheme and ordinary HTTP.
A URL might be mistyped by a user. These "misspelt" domains are frequently registered by businesses and redirected to the "right" site.
Incoming links to an old URL can be redirected to the proper site using URL redirects.
Most web servers maintain extensive information about where visitors came from and how they visited the hosted site in their access logs. They do not, however, keep track of which links were left by visitors. This data can be gathered in a variety of ways. URL redirection is one method.
Long descriptive characteristics that describe data hierarchies, command structures, transaction routes, and session information are frequently included in the URLs of web applications. This approach produces a URL that is unattractive and difficult to remember.
Even though the content of a page remains the same, the URL may change. As a result, URL redirection can assist users with bookmarks.
The Post/Redirect/Get (PRG) web development design pattern eliminates certain duplicate form submissions if the user clicks the refresh button after submitting the form, giving user agents a more natural interface.
Client-side redirects or non-cacheable server-side redirects are used for device targeting. Geotargeting is usually done via server-side redirects, but depending on your needs, client-side redirects may be a possibility as well.
When a link is clicked, the browser includes a field called referrer in the HTTP request that specifies the link's source. This field is filled with the current web page's URL, and it will be recorded in the logs of the server that is delivering the external link. The referrer URL should not leave the organization since sensitive sites may include sensitive URLs. A referrer-hiding redirection page may be included in all external URLs.
To navigate to the URL Redirections section in Agility CMS, first click the "Settings" link on the left hand global navigation panel.
Step One for redirects in Agility CMS: Click "Settings" Select an Image
Next, click the "URL Redirections" link on the left hand settings navigation panel.
Step Two for redirects in Agility CMS: Click "URL Redirections" Select an Image
This will take you to the URL Redirections page.
URL Redirections page in Agility CMS Select an Image
Click the New button to create a new redirect.

Click 'new' button for redirects in Agility CMS Select an Image
Enter a value for Origin URL - this represents the URL that you want to redirect to another location. The Origin URL can be a relative or absolute URL.
http://www.mysite.com/mobile
This URL represents an absolute URL, and only full URLs (including that domain) will be matched, while ~/mobile (or /mobile) represents a relative URL and it will be matched to any URL that has that path, regardless of domain.
Enter a value for Destination URL - This represents the URL that you want to redirect the user to.
The Destination URL can be a relative or absolute URL, just like the origin. If you specify a relative path, the domain portion of the URL will remain the same.
Select the HTTP Code - This represents what type of redirect you want to perform.
Click Save to create the redirect.
Origin URL:
~/page-a
Destination URL:
~/page-b
HTTP Code: 301
This will redirect ALL users on ANY domain from ~/page-a to ~/page-b using a permanent redirect. This is the recommended practice of handling cases where a page's name has changed.
Origin URL:
http://www.mysite.com*
Destination URL:
http://mysite.com*
HTTP Code: 301
In this example, we are using a wildcard redirect to redirect all traffic from thewww.mysite.com domain to the mysite.com domain. For example, a request tohttp://www.mysite.com/contact-us will be redirected to http://mysite.com/contact-us.
Agility CMS makes it easy to test all of your URL redirections so you can identify when they aren't working and take action to fix them or remove them.
Learn how to test your URL Redirections
You can delete one or many URL redirections by selecting them from the grid and clicking Delete.

How to delete URL redirections in Agility CMS Select an Image
Agility gives the user the ability to import URL Redirections. This is very helpful when trying to update multiple URL's at the same time.
You can import URL redirections by formatting an Excel file (.xlsx) file with the following columns:
You can Export your items and then modify the excel sheet, or download this sample file to get started.

How to import URL redirects in Agility CMS Select an Image
NoteAny existing URLs that do not have changes that are re-imported will be ignored and unchanged.