Redirection
Manage 301 redirects, track 404 errors, and improve your site. No knowledge of Apache or Nginx required.
Safe pick
Yes — Redirection is a safe, well-maintained plugin to use in 2026. It runs on 2M+ sites, is rated 4.4/5 and was last updated 1 week ago, and scores 86/100 on our health check.
- One of the most-used plugins on the web — 2M+ active sites
- Actively developed — last update 1 week ago
- Tested with the latest WordPress (7.1)
- Momentum — downloads up 365.6% vs the previous 30 days
- Slow support — only 33% of recent threads resolved
How does it stack up?
Side-by-side on installs, updates, ratings & supportDaily downloads
Download spikes usually follow a new release — each site that auto-updates counts as a download.
Rankings
Where Redirection stands todayWordPress.org search rankings
Live position in the plugin search, top 100| Keyword | Position |
|---|---|
| 301 | #9 |
| 404 | #13 |
| Apache | #2 |
| htaccess | #4 |
| redirect | #5 |
Version adoption
Share of active sites per release.
Rating breakdown
★★★★★★★★★★ 4.4 from 703 reviews
About Redirection
From the official readme · v5.10.1Description
Redirection is the most popular redirect manager for WordPress. With it you can easily manage 301 redirections, keep track of 404 errors, and generally tidy up any loose ends your site may have. This can help reduce errors and improve your site ranking.
Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.
It has been a WordPress plugin for over 10 years and has been recommended countless times. And it’s free!
Full documentation can be found at https://redirection.me
Redirection is compatible with PHP from 7.4 to 8.5.
Redirect manager
Create and manage redirects quickly and easily without needing Apache or Nginx knowledge. If your WordPress supports permalinks then you can use Redirection to redirect any URL.
There is full support for regular expressions so you can create redirect patterns to match any number of URLs. You can match query parameters and even pass them through to the target URL.
The plugin can also be configured to monitor when post or page permalinks are changed and automatically create a redirect to the new URL.
Conditional redirects
In addition to straightforward URL matching you can redirect based on other conditions:
- Login status – redirect only if the user is logged in or logged out
- WordPress capability – redirect if the user is able to perform a certain capability
- Browser – redirect if the user is using a certain browser
- Referrer – redirect if the user visited the link from another page
- Cookies – redirect if a particular cookie is set
- HTTP headers – redirect based on a HTTP header
- Custom filter – redirect based on your own WordPress filter
- IP address – redirect if the client IP address matches
- Server – redirect another domain if also hosted on this server
- Page type – redirect if the current page is a 404
Full logging
A configurable logging option allows to view all redirects occurring on your site, including information about the visitor, the browser used, and the referrer. A ‘hit’ count is maintained for each redirect so you can see if a URL is being used.
Logs can be exported for external viewing, and can be searched and filtered for more detailed investigation.
Display geographic information about an IP address, as well as a full user agent information, to try and understand who the visitor is.
You are able to disable or reduce IP collection to meet the legal requirements of your geographic region, and can change the amount of information captured from the bare minimum to HTTP headers.
You can also log any redirect happening on your site, including those performed outside of Redirection.
Add HTTP headers
HTTP headers can be added to redirects or your entire site that help reduce the impact of redirects or help increase security. You can also add your own custom headers.
Track 404 errors
Redirection will keep track of all 404 errors that occur on your site, allowing you to track down and fix problems.
Errors can be grouped to show where you should focus your attention, and can be redirected in bulk.
Query parameter handling
You can match query parameters exactly, ignore them, and even pass them through to your target.
Migrate Permalinks
Changed your permalink structure? You can migrate old permalinks simply by entering the old permalink structure. Multiple migrations are supported.
Apache & Nginx support
By default Redirection will manage all redirects using WordPress. However you can configure it so redirects are automatically saved to a .htaccess file and handled by Apache itself.
If you use Nginx then you can export redirects to an Nginx rewrite rules file.
Fine-grained permissions
Fine-grained permissions are available so you can customise the plugin for different users. This makes it particularly suitable for client sites where you may want to prevent certain actions, and remove functionality.
Import & Export
The plugin has a fully-featured import and export system and you can:
- Import and export to Apache .htaccess
- Export to Nginx rewrite rules
- Copy redirects between sites using JSON
- Import and export to CSV for viewing in a spreadsheet
- Use WP CLI to automate import and export
You can also import from the following plugins:
- Simple 301 Redirects
- SEO Redirection
- Safe Redirect Manager
- Rank Math
- WordPress old slug redirects
- Quick Post/Pages redirects
Search Regex compatible
Redirection is compatible with Search Regex, allowing you to bulk update your redirects.
Wait, it’s free?
Yes, it’s really free. There’s no premium version and no need to pay money to get access to features. This is a dedicated redirect management plugin.
Support
Please submit bugs, patches, and feature requests to:
https://github.com/johngodley/redirection
Please submit translations to:
https://translate.wordpress.org/projects/wp-plugins/redirection
Installation
The plugin is simple to install:
- Download
redirection.zip - Unzip
- Upload
redirectiondirectory to your/wp-content/pluginsdirectory - Go to the plugin management page and enable the plugin
- Configure the options from the
Tools/Redirectionpage
You can find full details of installing a plugin on the plugin installation page.
Full documentation can be found on the Redirection site.
Frequently asked questions
Why would I want to use this instead of .htaccess?
Ease of use. Redirections are automatically created when a post URL changes, and it is a lot easier to manually add redirections than to hack around a .htaccess. You also get the added benefit of being able to keep track of 404 errors.
What is the performance of this plugin?
The plugin works in a similar manner to how WordPress handles permalinks and should not result in any noticeable slowdown to your site.
Changelog
Upgrades the database to support IPv6. Please backup your data and visit the Redirection settings to perform the upgrade Switches to the WordPress REST API Permissions changed from 'administrator' role to 'manage_options' capability
A x.1 version increase introduces new or updated features and can be considered to contain ‘breaking’ changes. A x.x.1 increase is purely a bug fix and introduces no new features, and can be considered as containing no breaking changes.
5.10.1 – 17th September 2026
- Fix loop when importing redirects during setup process
5.10.0 – 29th August 2026
- Add support for importing/exporting
_redirectsfiles - Add a Yoast SEO redirect importer
- Allow more than 25 groups to be used in the admin UI
- Fix passthrough redirects missing their target in the UI
- Fix Apache error encoder for errors other than 403
- Rework the database install process to avoid potential problems
- Tighten capability checks and improve proxy IP address handling
5.9.0 – 11th July 2026
- New and more powerful import/export
- Export everything, including settings
- Copy/paste or type redirects directly in a text box
- Preview imports and exports
- Duplicate redirect support when importing
- Improve .htaccess support
5.8.1 – 1st July 2026
- Escape CSV export values
5.8.0 – 8th June 2026
- Improve WP 7 UI
- Fix missing time in logs
- Don’t run redirects on CLI usage
- Allow editing of disabled redirects
5.7.5 – 1st March 2026
- Fix delete all regression from 5.7.4
For developers
Is this your plugin? Show off the numbers.
Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.
Best Redirection alternatives
All 301 plugins →FAQ
Redirection: quick answers
Straight answers, pulled from live WordPress.org data.
Live data from WordPress.org · checked Sep 26, 2026
Is Redirection free?
Yes. Redirection is free to download and use from the official WordPress.org plugin directory.
Is Redirection safe to use in 2026?
Yes — Redirection is a safe, well-maintained plugin to use in 2026. It runs on 2M+ sites, is rated 4.4/5 and was last updated 1 week ago, and scores 86/100 on our health check.
How many websites use Redirection?
Redirection is active on 2M+ WordPress websites and has been downloaded 79,549,741 times since it launched in September 2007. It was downloaded 2,726,431 times in the last 30 days.
Does Redirection work with WordPress 7.1?
Yes. The developer has tested Redirection up to WordPress 7.1.2, the latest release. It requires WordPress 6.7 or newer.
What PHP version does Redirection need?
Redirection requires PHP 7.4 or higher. Most hosts run PHP 8.x today, so it works on any modern WordPress hosting.
When was Redirection last updated?
The latest version, 5.10.1, was released on September 19, 2026 (1 week ago).
Who makes Redirection?
Redirection is developed and maintained by John Godley.
What are the best alternatives to Redirection?
The most popular alternatives to Redirection are Redirection (100K+ installs), WP 404 Auto Redirect to Sim… (30K+ installs) and Attachment Pages Redirect (10K+ installs).
Powered by PageForge
Want thousands of pages that rank like these? Build them in an afternoon.
This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.
- CSV, Google Sheets & API data sources
- AI content, schema & internal links per page
- Works with Elementor, Gutenberg, Yoast & Rank Math
- Free on WordPress.org — no credit card





