Title: 404 to 301 &#8211; Redirects Importer
Author: Joel James
Published: <strong>June 20, 2026</strong>
Last modified: June 20, 2026

---

Search plugins

![](https://ps.w.org/404-to-301-redirects-importer/assets/banner-772x250.png?rev
=3580079)

![](https://ps.w.org/404-to-301-redirects-importer/assets/icon.svg?rev=3580079)

# 404 to 301 – Redirects Importer

 By [Joel James](https://profiles.wordpress.org/joelcj91/)

[Download](https://downloads.wordpress.org/plugin/404-to-301-redirects-importer.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/404-to-301-redirects-importer/#description)
 * [Reviews](https://wordpress.org/plugins/404-to-301-redirects-importer/#reviews)
 *  [Installation](https://wordpress.org/plugins/404-to-301-redirects-importer/#installation)
 * [Development](https://wordpress.org/plugins/404-to-301-redirects-importer/#developers)

 [Support](https://wordpress.org/support/plugin/404-to-301-redirects-importer/)

## Description

**404 to 301 – Redirects Importer** is the official bulk-import add-on for the [404 to 301](https://wordpress.org/plugins/404-to-301/)
plugin. It adds an **Import** panel to the Tools tab so you can load hundreds — 
or thousands — of custom redirects in one go, either from a CSV file you already
have or directly from another redirect plugin you’re moving away from. Every redirect
status the parent plugin supports (301, 302, 307 and more) is preserved on import.

Use it when you’re migrating a site, switching redirect plugins, restoring a backup,
or rolling out a planned URL change across a large content set. Stop copy-pasting
redirects one row at a time.

#### Why use Redirects Importer?

 * **CSV import** — bring redirects in from a spreadsheet, a backup, or another 
   tool that can export CSV.
 * **Plugin migration** — import redirects directly from popular plugins:
    - **Redirection** by John Godley
    - **301 Redirects – Redirect Manager** by WebFactory
 * **Smart matching** — exact, prefix and regex matches are detected and preserved,
   so your existing rules keep behaving the same way.
 * **All redirect statuses preserved** — 301, 302, 307 and the other codes the parent
   plugin supports come through intact, not flattened to 301.
 * **Safe by default** — duplicate redirects are skipped, invalid rows are reported,
   and nothing overwrites your existing rules unless you choose to.
 * **Native integration** — rows are written through the parent plugin’s own model,
   so hashing, audit events, hit counters and dedupe rules stay consistent with 
   single-row creates.
 * **Free and unlimited** — no row limits, no premium upgrade.

#### Built for the 404 to 301 workflow

This add-on is a light-weight companion to the parent plugin. It hooks into the 
existing Settings  Tools screen and re-uses the same database tables and validation
rules, so imported redirects behave identically to redirects you create by hand.

 * No new settings page — the Import panel lives inside the existing Tools tab.
 * Requires the free [404 to 301](https://wordpress.org/plugins/404-to-301/) plugin(
   4.0 or newer).
 * Same coding standards, security model and multisite behaviour as the parent plugin.

#### Related add-ons

Browse the full add-ons catalogue at [https://duckdev.com/addons/404-to-301/](https://duckdev.com/addons/404-to-301/):

 * **Logs Exporter** — Export the 404 error log table as a downloadable CSV.
 * **Logs Cleaner** — Auto-prune the 404 log table by age, row count or schedule.
 * **Email Reports** — Periodic email digests of your 404 activity with an attached
   CSV.

### Source code & contributions

 * **GitHub repository:** [https://github.com/duckdev/404-to-301-redirects-importer](https://github.com/duckdev/404-to-301-redirects-importer)
 * **Documentation:** [https://docs.duckdev.com/404-to-301/addons/redirects-importer/](https://docs.duckdev.com/404-to-301/addons/redirects-importer/)
 * **Support forum:** [https://wordpress.org/support/plugin/404-to-301-redirects-importer/](https://wordpress.org/support/plugin/404-to-301-redirects-importer/)

Pull requests and bug reports are welcome on GitHub.

## Screenshots

[⌊Import form on the Tools tab with CSV file selected as the import source.⌉⌊Import
form on the Tools tab with CSV file selected as the import source.⌉[

Import form on the Tools tab with **CSV file** selected as the import source.

[⌊Import form on the Tools tab with Redirection selected as the import source.⌉⌊
Import form on the Tools tab with Redirection selected as the import source.⌉[

Import form on the Tools tab with **Redirection** selected as the import source.

[⌊Import preview modal — review the parsed rows before starting the import.⌉⌊Import
preview modal — review the parsed rows before starting the import.⌉[

Import preview modal — review the parsed rows before starting the import.

## Installation

 1. Make sure the free [404 to 301](https://wordpress.org/plugins/404-to-301/) plugin(
    version 4.0 or newer) is installed and activated.
 2. Install **404 to 301 – Redirects Importer** from the WordPress.org plugin directory,
    or upload the plugin folder to `/wp-content/plugins/`.
 3. Activate the add-on from the **Plugins** screen.
 4. Open **404 to 301  Settings  Tools**, choose your source (CSV file or another plugin),
    and start the import.

## FAQ

### Do I need the 404 to 301 plugin installed?

Yes. This is an add-on for the free [404 to 301](https://wordpress.org/plugins/404-to-301/)
plugin (4.0 or newer). Without it, there’s nowhere for the imported redirects to
live.

### Which redirect plugins can I migrate from?

You can import redirects directly from **Redirection** (by John Godley) and **301
Redirects – Redirect Manager** (by WebFactory). You can also import any CSV that
follows the documented column format — see the [documentation](https://docs.duckdev.com/404-to-301/addons/redirects-importer/)
for the full schema. More source plugins may be added in future releases.

### What CSV format does it expect?

A simple, documented column layout: source URL, destination URL, match type (exact/
prefix / regex), redirect type (301, 302, 307, …) and an optional enabled flag. 
A sample CSV is linked from the Import panel and the [documentation](https://docs.duckdev.com/404-to-301/addons/redirects-importer/).

### What happens to duplicate redirects?

Duplicates are detected and skipped, so importing the same file twice is safe — 
your existing redirects stay untouched.

### What happens to invalid rows?

Invalid rows are reported back to you after the import so you can fix the source
file. The rest of the file still imports successfully.

### Is there a row limit?

No. The importer streams rows in batches, so even large files (tens of thousands
of rows) import without hitting memory or timeout limits on typical hosts.

### Does it support multisite?

Yes. Imports run per-site, so each site in the network gets its own redirects.

### Where can I get help?

Read the [documentation](https://docs.duckdev.com/404-to-301/addons/redirects-importer/)
or post on the [support forum](https://wordpress.org/support/plugin/404-to-301-redirects-importer/).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“404 to 301 – Redirects Importer” is open source software. The following people 
have contributed to this plugin.

Contributors

 *   [ Joel James ](https://profiles.wordpress.org/joelcj91/)
 *   [ Duck Dev ](https://profiles.wordpress.org/duckdev/)

[Translate “404 to 301 – Redirects Importer” into your language.](https://translate.wordpress.org/projects/wp-plugins/404-to-301-redirects-importer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/404-to-301-redirects-importer/),
check out the [SVN repository](https://plugins.svn.wordpress.org/404-to-301-redirects-importer/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/404-to-301-redirects-importer/)
by [RSS](https://plugins.trac.wordpress.org/log/404-to-301-redirects-importer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * New: Initial release. CSV import plus direct migration from the Redirection (
   by John Godley) and 301 Redirects – Redirect Manager (by WebFactory) plugins.

## Meta

 *  Version **1.0.0**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [404 to 301](https://wordpress.org/plugins/tags/404-to-301/)[CSV Import](https://wordpress.org/plugins/tags/csv-import/)
   [redirect](https://wordpress.org/plugins/tags/redirect/)
 *  [Advanced View](https://wordpress.org/plugins/404-to-301-redirects-importer/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/404-to-301-redirects-importer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/404-to-301-redirects-importer/reviews/)

## Contributors

 *   [ Joel James ](https://profiles.wordpress.org/joelcj91/)
 *   [ Duck Dev ](https://profiles.wordpress.org/duckdev/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/404-to-301-redirects-importer/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/JoelCJ)