WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by WebFactory v1.05

301 Redirects & 404 Error Log

Create & manage 301 redirects. Easily test redirects. Includes 404 error log.

301 Redirects & 404 Error Log

The facts

Rating
4.6★ from 28
Active installs
30k+
Price
Free
Last updated
15 Aug 2026
Added
Apr 2015
Requires WP
4.0
Tested up to
WP 7.1
Requires PHP
5.2
Downloads
184,974

Our analysis

AI-assisted

301 Redirects & 404 Error Log is a WordPress plugin designed to manage redirects and log 404 errors. It allows you to create redirection rules when changing domains or setting up a new site, storing these rules in a dedicated database table. The plugin also provides a log of the last fifty 404 errors encountered on your site, which can be adjusted if needed.

This plugin is suitable for WordPress site owners who need to handle URL changes and monitor broken links. It is particularly useful for those migrating content from an old site or managing domain name changes.

Best for: This plugin suits WordPress site owners looking to manage redirects and track 404 errors.

What it does well

  • Free to use from the WordPress.org directory
  • Creates a dedicated database table for redirect rules
  • Logs the last fifty 404 errors for monitoring
  • Can adjust the 404 error log limit with a filter
  • Does not store identifiable user data, aiding GDPR compliance

Where it falls short

  • 404 error log is limited to the last fifty entries by default
  • No additional features or integrations mentioned

Verdict

301 Redirects & 404 Error Log provides essential functionality for managing URL changes and monitoring errors, making it a practical choice for site owners.

From the developer

WebFactory's own description of 301 Redirects & 404 Error Log, lightly tidied.

A perfect plugin for creating a new site from an old site or changing the domain name, and managing all of the redirects and broken URLs by using redirection.

Find the link to 301 Redirects in the main Settings menu.
404 error log can be found on the same page, and on the admin dashboard.

301 Redirects plugin creates a new table in the WP database called ‘WP_PREFIX_ts_redirects’ that stores all of your redirect rules and redirections. On plugin deactivation the table is not deleted. When you delete the plugin then the redirection table is deleted forever.

Why is the 404 error log limited to the last 50 errors?
By default, the 404 error log is limited to the last (chronologically) fifty 404 errors. Since the 404 log doesn’t use a custom database table for storage but rather an array saved in WP options, 50 is a safe number that ensures the 404 log works on all sites, that it doesn’t take up too much space in the database and that it doesn’t slow down the site.
The code imposes no limits on the log size and you can easily overwrite the default limit by using the 301_redirects_max_404_logs filter or by using the following code snippet to raise the limit to 200:

add_filter('301_redirects_max_404_logs', function($log_max) { return 200; }, 10, 1);

GDPR compatibility
We are not lawyers. Please do not take any of the following as legal advice.
301 Redirects does not use any 3rd party services or CDNs. It does create a 404 error log which saves the following info when a non-existing (404) page is opened: timestamp of the event, URL of the 404 page, user agent based on the user agent string from the user’s browser. No IP related data or any other identifiable user data is saved or processed. Based on that, we feel it’s GDPR compatible, but again, please, don’t take this as legal advice.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for managing URLs.

All in One SEO

AIOSEO is the WordPress SEO plugin. Boost SEO rankings with AI SEO tools, schema, meta descriptions, XML sitem...

Free 2M+ installs 4.7★ (5,201)
301 Redirects

Manage 301 & 302 redirects. Simple redirection & redirects validation. Includes redirect stats & 4...

Free 300k+ installs 4.7★ (578)
Redirection for Contact Form 7

Redirect to any page or URL, execute scripts after submission, save data to the database, and unlock additiona...

Free 200k+ installs 4.7★ (275)
Permalink Manager Lite

Permalink Manager enhances WordPress’s built-in URL system, allowing you to change the URLs of native and cust...

Free 100k+ installs 4.8★ (176)
WP Encryption

Lifetime SSL solution - Free SSL certificate & HTTPS redirect, fix insecure site / SSL errors, Security he...

Free 50k+ installs 4.9★ (1,143)
Redirection

Manage 301 redirects, track 404 errors, and improve your site. No knowledge of Apache or Nginx required.

Free 2M+ installs 4.4★ (703)