PrestaShop PrestaShop Modules

301 Redirects Manager — dfredirects

301, regex, wildcard, 404 monitoring and auto redirect on slug change

The most complete SEO redirects manager for PrestaShop 8 and 9. Three matching strategies, intelligent 404 monitoring, and total automation.

PrestaShop 8 PrestaShop 9 PHP 8.1+ Multilingual Multishop
  • 30-day refund
  • 12 months updates
  • 24h support
www.datafirefly.com/en/
Gestionnaire de redirections 301 - 404 intelligent
v1.0.1 · updated 2026-05-11
What it does

The short version.

01

Three matching strategies

Exact match (indexed DB lookup, O(1)), wildcard with asterisk and captures, full PCRE regex with tilde delimiters and capturing groups

02

Auto-redirect on slug change

Change the URL of a product, category, CMS page, manufacturer or supplier: a 301 is automatically created. No risk of losing an incoming link

03

Intelligent 404 monitoring

Each 404 is logged with URL, referrer, user-agent, hit counter. Configurable bot filter, ignored patterns, and one-click redirect creation from the interface

04

Automatic chain detection

If you redirect A to B and then B to C, the module updates rule A to point directly to C. No more redirect chains hurting your SEO

05

CSV Import / Export

Migrate your existing redirects in bulk. Auto-detected delimiters, UPSERT by source, import report with per-line errors. UTF-8 BOM export Excel-compatible

06

Smart suggestions

For each 404, the module suggests the best targets among your products, categories and CMS pages. Normalized Levenshtein algorithm, top 5 with visual score

The long version

Everything you'd want to know before you install.

A detailed look at how 301 Redirects Manager — dfredirects works, why we built it the way we did, and the thinking behind the features above.

§ 01

Why a professional redirects manager?

Every URL that changes without a 301 redirect is a broken link for Google, a lost visitor, and a negative signal for your SEO. During a migration, a catalog change, a category restructure or simply a slug correction, dozens or even hundreds of URLs can disappear silently. The dfredirects module automates everything: it captures changes in real time, monitors your 404s and helps you rebuild your SEO link structure.

§ 02

Three matching engines for every use case

Exact matching uses an indexed database lookup for optimal performance, ideal for one-to-one redirects. Wildcard matching with asterisk and captures lets you redirect entire trees in one rule. Full PCRE regex matching opens the door to the most complex migrations with capturing groups and substitutions. Wildcard and regex rules are cached in memory to avoid impacting performance.

§ 03

Intelligent 404 monitoring

The module automatically logs every 404 with URL, referrer, user-agent, IP, hit counter and last visit. Bot detection filters Googlebot, Bingbot, GPTBot, ClaudeBot and all known crawlers. You can define URL patterns to ignore to filter noise (well-known, wp-admin, etc.). Configurable auto-cleanup purges old logs.

§ 04

Automatic redirection on every change

When you change the slug of a product, category, CMS page, manufacturer or supplier, dfredirects detects the change and creates the 301 redirect instantly. On deletion, it creates a redirect to the parent category. Chain detection automatically merges multi-step redirects to preserve your crawl budget.

§ 05

Similarity-based suggestions to recover your 404s

For each logged 404, the module analyzes your catalog and suggests the best targets among your products, categories and CMS pages. The algorithm combines normalized Levenshtein and tokenized matching to identify the closest content. You confirm in one click and the redirect is automatically created.

§ 06

CSV import and export for migrations

Import your existing redirects in bulk with a CSV file. Common delimiters (comma, semicolon, tab, pipe) are auto-detected. The module supports UPSERT by source to update existing rules, validates regex syntax before insertion, and produces a detailed import report with per-line errors. UTF-8 BOM CSV export is Excel-compatible.

§ 07

Modern architecture and PrestaShop 9 compatibility

The module is built in PSR-4 with typed PHP 8.1+ services. The use of ModuleAdminController and native helpers guarantees compatibility with PrestaShop 8 and PrestaShop 9 without modification. The file structure follows PrestaShop conventions: ObjectModel in classes, services in src, admin controllers in controllers/admin.