Simple 404 Logger
This module automatically logs all 404 "Page Not Found" requests, showing which pages are being requested but don't exist. It provides a simple report with hit counts for each missing page, helping you identify broken links without any setup.
Simple 404 Logger is a lightweight Drupal module that logs 404 (Page Not Found) requests and provides a clean, minimal admin interface to review them.
It is designed for developers and site builders who want a fast, no-configuration way to identify broken links without the overhead of complex 404 management systems.
Features
- Automatic logging of 404 requests
- Aggregated hit counts per path
- Tracks last accessed time
- Paginated admin report
- Spam protection to prevent duplicate entries
- Clear logs with confirmation
- Zero configuration required
Usage
- Visit any non-existing URL (e.g.
/test-404) - Go to Admin → Reports → Simple 404
- Review missing paths and hit counts
Use Case
This module is ideal for small to medium Drupal sites, development environments, or teams that need a simple overview of broken links without redirect automation.
Similar Projects
If you need advanced features like redirect creation, suggestions, and analytics, consider the Smart 404 module. This module focuses on simplicity and performance.
Requirements
- Drupal 10.x or higher
- PHP 8.1 or higher
Limitations
- No redirect automation
- No advanced filtering
- Uses a simple logging approach