Do you want to know how to export redirects from the WordPress Redirection plugin?

  1. Login to your “old” wordpress install and select redirection from the Tools menu.
  2. Select “modules” from the top navigation bar
  3. Select CSV or .htaccess from the sub-menu that appears under the redirection module you are using.
    1. This will download a csv of all your redirections , which you can import into Redirection on a separate wordpress install.. OR
    2. Display the htaccess equivalent, which you can copy and paste into a new .htaccess file, or also use to upload into Redirection.
  4. Note: I do not know of a method to only export a specific group of redirects.
 
export redirects into Redirection Plugin

Now that you have an export… Here is how to import redirects into the WordPress Redirection Plugin:

  1. Login to your “new” wordpress install and select redirection from the Tools menu.
  2. Select “options” from the top nav bar
  3. Under the import section, select the file containing the redirects you wish to import.  You can do any of the following:
    1. CSV import – This can be an export from redirection, or you can create a CSV file from excel where column A is the source (url to be redirected) in a local URL format… e.g.  /url-t0-redirect (NOT http://www.domain.com/url-to-redirect) …   and column B contains the target url you wish to send visitors to.  You can use a full URL here, or a relative URL.  I prefer relative as this allows your redirects to work in staging environments, etc.. as redirection will automatically append the domain name when performing the redirect.  With this import, you can also utilize regex.
    2. .htaccess import – You can import directly from old htaccess files.  Note, this works for redirects, not rewrites…
  4. Select the group you wish to import the redirects into. We often suggest creating a dated group for site migrations, etc.. as you can more easily delete them if something messes up, and you can better monitor for issues if things are segmented.
  5. Select Upload…  At this point it will upload and show you a confirmation of the number of redirects imported.
Import redirects into WordPress Redirection Plugin
If you have any questions about the WordPress Redirection plugin or know of any other tricks for doing this, please share!