=== RS Redirect 404 ===
Contributors: seindal
Tags: not-found, redirection
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 0.10
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://mypos.com/@historywalks

Try to avoid unnecessary 404 errors

== Description ==

This plugin intercepts 404 errors and tries to find a solution.

It will keep track of changes to the slugs of both posts and taxonomy terms, and redirect the old names to the new automatically.

Optionally, it can also search for posts or terms with slugs which are sufficiently similar, using the Levenshtein algorithm.

If image sizes have changed, or if some sizes are missing, the plugin redirects the requests for missing images to an image size no smaller.

A link checker -- like [RS Link Checker](https://plugins.seindal.dk/plugins/rs-link-checker/) -- can detect and register the redirects and offer to fix them.

== Settings ==

The settings page has two parts:

1. A blacklist of path prefixes;
2. Whether to use Levenshtein searches and maximum distance to accept;

== Changelog ==

= 1.0 =

* First published version.
