newism/craft-not-found-redirects

Catches 404 errors, logs them, and redirects visitors based on configurable rules

Maintainers

Package info

github.com/newism/craft-not-found-redirects

Documentation

Type:craft-plugin

pkg:composer/newism/craft-not-found-redirects

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-08 21:46 UTC

This package is auto-updated.

Last update: 2026-04-08 21:47:17 UTC


README

404 Redirects icon

404 Redirects for Craft CMS

Catch every broken link. Know where they come from. Fix them fast.

This plugin captures 404s at the end of the request lifecycle — after Craft's routing has already failed — giving you full visibility into broken links and the tools to resolve them.

Features

  • 404 Monitoring — Capture every 404 with hit counts, timestamps, and handled/unhandled status
  • Referrer Tracking — Know exactly where broken links come from, with multiple referrers per 404
  • Smart Redirects — Exact match, named parameters (<slug>, <year:\d{4}>), or pure regex
  • Auto-Redirects — Automatic redirects when editors move entries or update URLs, with chain flattening
  • Entry Sidebar — View and manage incoming redirects directly from the entry editor
  • Dashboard Widgets — Table, trend chart, and coverage chart widgets
  • Native Craft 5.x UI — Fast, familiar, consistent. No custom frameworks.
  • Export & Migration — CSV/JSON export. Retour migration tools included.

Requirements

  • Craft CMS 5.6+
  • PHP 8.2+

Installation

composer require newism/craft-not-found-redirects
php craft plugin/install not-found-redirects

Documentation

Full documentation is available at https://plugins.newism.com.au/not-found-redirects.

Support

For support, please open an issue on GitHub.