Title: 301 Redirects &amp; 404 Error Log
Author: WebFactory
Published: <strong>ഏപ്രിൽ 8, 2015</strong>
Last modified: ഡിസംബർ 2, 2025

---

Search plugins

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

![](https://ps.w.org/301-redirects/assets/icon-256x256.png?rev=2108949)

# 301 Redirects & 404 Error Log

 By [WebFactory](https://profiles.wordpress.org/webfactory/)

[Download](https://downloads.wordpress.org/plugin/301-redirects.1.05.zip)

 * [Details](https://ml.wordpress.org/plugins/301-redirects/#description)
 * [Reviews](https://ml.wordpress.org/plugins/301-redirects/#reviews)
 * [Development](https://ml.wordpress.org/plugins/301-redirects/#developers)

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

## Description

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.

## Screenshots

 * [[
 * Just add title, section, old link & new link to redirect URLs.

## FAQ

### How to disable this plugin?

Just use standard Plugin overview page in WordPress admin section and deactivate
it or rename plugin folder /wp-content/plugins/301-redirects over FTP access.

### Will it slow my site down?

No, it won’t. It’s only loaded on the pages it protects.

### How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program.
The Patchstack team help validate, triage and handle any security vulnerabilities.
[Report a security vulnerability.](https://patchstack.com/database/vdp/301-redirects)

## Reviews

![](https://secure.gravatar.com/avatar/f16b0d381d5c997608f08ce9345035faa0413c52f9b0c10360d8dd47748eeec7?
s=60&d=retro&r=g)

### 󠀁[Paid version really works](https://wordpress.org/support/topic/paid-version-really-works/)󠁿

 [hamarl](https://profiles.wordpress.org/hamarl/) ഡിസംബർ 5, 2025 1 reply

Their support even helped me to create a redirect rule for mass redirection. Cudos
for them:-)

![](https://secure.gravatar.com/avatar/6b9700be798a2a7d482cccf6d29fcaa0ea9d6b58ced4266e60e92e0b50785fd6?
s=60&d=retro&r=g)

### 󠀁[The paid version is a must! – Devs I have Suggestions](https://wordpress.org/support/topic/the-paid-version-is-a-must-devs-i-have-suggestions/)󠁿

 [graphicsbyte](https://profiles.wordpress.org/graphicsbyte/) സെപ്റ്റംബർ 1, 2025
1 reply

This plugin is my favorite redirect plugin. The paid version is a must! The log 
is incredibly useful it tells you countries, browsers, agent types and traffic types.
Most redirect plugins just allow you to fix broken URLs, but this one lets you see
what’s really happening. These are my suggestions for plugin improvement. – Add 
a way to whitelist admins.- When a tag is applied to a redirect, this should also
populate in the 404 Log tab. – Create another data field on the top menu for bot
traffic that isn’t direct website-related. This might be harder to program but it
would be nice to quickly sort through malicious bots activity vs broken images/links.
For example if you have 83 404s in 24 hrs and 51 redirects in the last 24 hours 
your left with 32 misc bots. It would be awesome if this had its own tab so its 
easier to sort what’s good/bad.

![](https://secure.gravatar.com/avatar/dc17c7129099eb9884fa3ac65243052001fad08bb8dd4923f3d72f83cf76dec4?
s=60&d=retro&r=g)

### 󠀁[Solid basic plugin](https://wordpress.org/support/topic/solid-basic-plugin/)󠁿

 [jasontlp](https://profiles.wordpress.org/jasontlp/) ഓഗസ്റ്റ്‌ 11, 2023

Functional enough plugin and easy to use. Pretty aggressive about upgrades and actively
pushes toward the higher tiers of subscription though – no way to download logs,
or filter by date, or any of the things a more experienced user would want to do.

![](https://secure.gravatar.com/avatar/419805d5b707f0e0e11c7f9f94ad648fa2458562b4f5034a840c69f8be602161?
s=60&d=retro&r=g)

### 󠀁[semi usefull](https://wordpress.org/support/topic/semi-usefull/)󠁿

 [niwieder](https://profiles.wordpress.org/niwieder/) ജനുവരി 11, 2022

URLS cannot be exported via the backend. The plugins does what it should, but for
people with a bit more experience it offers to less options and there are plugins
offering the same and even more.

![](https://secure.gravatar.com/avatar/d098cf75872b7dfde444ea4c34d7cc8d1899a9550f337f15d3485c9456bd09b5?
s=60&d=retro&r=g)

### 󠀁[Interesting plugin](https://wordpress.org/support/topic/interesting-plugin-30/)󠁿

 [Wizard_134](https://profiles.wordpress.org/wizard_134/) ജൂലൈ 14, 2021 1 reply

Simply and helpful!

![](https://secure.gravatar.com/avatar/6728808b723aab7637f1822b307c2af4d0e08f727009e93c4f13fc030cb298d4?
s=60&d=retro&r=g)

### 󠀁[Great plugin!](https://wordpress.org/support/topic/great-plugin-29863/)󠁿

 [sfehmi](https://profiles.wordpress.org/sfehmi/) ഫെബ്രുവരി 21, 2021

No issues at all. Works great and very happy with this plugin! Simple and easy to
use. Which is a huge bonus!

 [ Read all 28 reviews ](https://wordpress.org/support/plugin/301-redirects/reviews/)

## Contributors & Developers

“301 Redirects & 404 Error Log” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ WebFactory ](https://profiles.wordpress.org/webfactory/)

[Translate “301 Redirects & 404 Error Log” into your language.](https://translate.wordpress.org/projects/wp-plugins/301-redirects)

### Interested in development?

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

## Changelog

#### v1.05

 * 2025/08/04
 * minor code fixes

#### v1.04

 * 2024/06/30
 * minor security fixes

#### v1.03

 * 2024/03/25
 * WordPress 6.5 and PHP 8.2 compatibility

#### v1.02

 * 2022/11/20
 * minor security fixes

#### v1.01

 * 2021/04/26
 * added Delete all redirect rules button
 * fixed privilege error for 404 Error dashboard widget

#### v1.0

 * 2021/02/25
 * added 404 error log
 * added 404 error log dashboard widget
 * bug fixes
 * security fixes

#### v0.5

 * 2020/09/30
 * 10,000 installations; 62,660 downloads
 * minor bug fixes
 * added promo for WP 301 Redirects PRO

#### v0.4

 * 2019/06/20
 * 10,000 installations; 40,940 downloads
 * bug fixes

#### v0.1

 * 2015/04/06
 * first release

## Meta

 *  Version **1.05**
 *  Last updated **5 മാസങ്ങള്‍ ago**
 *  Active installations **30,000+**
 *  WordPress version ** 4.0 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Tested up to **6.9.4**
 *  PHP version ** 5.2 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Language
 * [English (US)](https://wordpress.org/plugins/301-redirects/)
 * Tags
 * [301 redirect](https://ml.wordpress.org/plugins/tags/301-redirect/)[404 error](https://ml.wordpress.org/plugins/tags/404-error/)
   [404 error log](https://ml.wordpress.org/plugins/tags/404-error-log/)[redirect url](https://ml.wordpress.org/plugins/tags/redirect-url/)
   [redirects](https://ml.wordpress.org/plugins/tags/redirects/)
 *  [Advanced View](https://ml.wordpress.org/plugins/301-redirects/advanced/)

## Ratings

 5ൽ 4.6 നക്ഷത്രങ്ങൾ.

 *  [  22 5-star reviews     ](https://wordpress.org/support/plugin/301-redirects/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/301-redirects/reviews/?filter=4)
 *  [  3 3-star reviews     ](https://wordpress.org/support/plugin/301-redirects/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/301-redirects/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/301-redirects/reviews/?filter=1)

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

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

## Contributors

 *   [ WebFactory ](https://profiles.wordpress.org/webfactory/)

## Support

Got something to say? Need help?

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