=== 404 Logger & Redirects ===
Contributors: snehalpancholi
Tags: 404, broken links, redirects, 301 redirect, seo
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Logs 404 hits with URL, referrer, and count, then lets you create 301/302 redirects directly from the log to fix broken links fast.

== Description ==

404 Logger & Redirects silently records every 404 error your visitors encounter and gives you an admin interface to fix the most common ones by creating redirects — no code required.

**Features:**

* Logs each 404 URL with hit count, referrer, first/last hit timestamp
* Deduplicates hits — the same URL increments a counter
* Skips common bot probes (common file extensions)
* Create 301 (permanent) or 302 (temporary) redirects from any logged URL with one click
* Redirects are applied before WordPress loads — zero overhead per redirect
* Search and filter the 404 log by URL
* Delete individual log entries or clear the entire log
* Dashboard widget showing today's 404 count

== Installation ==

1. Upload the `404-logger-redirects` folder to `/wp-content/plugins/`.
2. Activate through **Plugins > Installed Plugins**.
3. Find the log under **Tools > 404 Logs & Redirects**.

== Changelog ==

= 1.0.0 =
* Initial release.
