Requesting URL Redirect Report

Overview

You may need to export a list of all URL Redirect mappings configured in Symphony Manage. 

 

Solution

Submit a request to Symphony Support stating that you need an export of current redirects; specify if you need to have all redirects exported, or only redirects of a specific type: Proxy, Forward, or Redirect.

submit.jpg

 

<supportagent>

  1. Connect to the database and run the following query for the corresponding brand:

    SELECT * FROM UrlMapping WHERE site = '<brand>'
    You can filter the type of URL mapping for Forward, Proxy or Redirect in the following way:

    SELECT * FROM UrlMapping WHERE site = '<brand>' AND type = ‘<type>'

     

  2. After generating the query, download the CSV file:


     

  3. Change the name to ‘URL Redirect Report for [Brand name]’ and share it with the requester.

</supportagent>

Comments

0 comments

Article is closed for comments.