PHPackages                             etechflow/module-redirect-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. etechflow/module-redirect-manager

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

etechflow/module-redirect-manager
=================================

301/302 redirect manager with auto-redirect on URL-key change and a 404 catcher.

1.0.0(1mo ago)0111proprietaryPHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0

Since Jun 5Pushed 3w agoCompare

[ Source](https://github.com/etechflow/Etech-Redirect-Manager)[ Packagist](https://packagist.org/packages/etechflow/module-redirect-manager)[ RSS](/packages/etechflow-module-redirect-manager/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (2)Used By (1)

Etechflow\_RedirectManager
==========================

[](#etechflow_redirectmanager)

A 301/302 **redirect manager** with a built-in **404 catcher** for Magento 2 / Adobe Commerce. Part of the Etechflow SEO Suite. A leaner alternative to the redirect tools in Mirasvit/Amasty.

Features
--------

[](#features)

- **301 / 302 redirects** managed from the admin (grid + add/edit form), per store view, with an active toggle, internal notes, and a live **hit counter** per redirect.
- **Runs before `urlrewrite`** — a custom router (sortOrder 15) so managed redirects take precedence over catalog/CMS URL rewrites.
- **404 catcher** — every not-found URL is logged (with hit count + referrer). One click on a 404 row creates a draft redirect and opens it for you to set the target.
- Target can be a **path** (`new-page`) or a **full URL** (`https://…`).
- Fully **flag-gated** — master switch (off by default); inert until enabled.
- Configurable **exclude regex** so static assets / noise aren't logged.

Where it lives
--------------

[](#where-it-lives)

- **Marketing → Redirect Manager → Redirects** — the redirect grid
- **Marketing → Redirect Manager → 404 Log** — captured 404s + "Create Redirect"
- **Stores → Configuration → Etechflow → Redirect Manager** — settings

Configuration
-------------

[](#configuration)

PathDefaultNotes`etechflow_redirectmanager/general/enabled``0`Master switch (engine + 404 logger)`etechflow_redirectmanager/redirects/default_type``301`Default status for new redirects`etechflow_redirectmanager/log404/enabled``1`Log not-found URLs`etechflow_redirectmanager/log404/exclude_patterns`asset regexPaths matching are not loggedURL-key changes
---------------

[](#url-key-changes)

Magento's native *"Create Permanent Redirect for old URLs"* (Stores → Configuration → Catalog → Catalog → Search Engine Optimization) still creates `url_rewrite` 301s on product/category URL-key changes. This module's **404 catcher backstops** anything that slips through, so you can convert it to a managed redirect in one click.

Install
-------

[](#install)

```
bin/magento module:enable Etechflow_RedirectManager
bin/magento setup:upgrade
bin/magento setup:static-content:deploy  -f --area frontend   # prod: setup:upgrade clears var/view_preprocessed
rm -rf generated/code/* generated/metadata/*                          # di:compile won't clean this itself
bin/magento setup:di:compile
bin/magento cache:flush
bin/magento config:set etechflow_redirectmanager/general/enabled 1
```

Tables
------

[](#tables)

- `etechflow_redirect` — managed redirects (request\_path → target\_path, type, store, active, hits)
- `etechflow_redirect_404_log` — captured 404s (request\_path unique per store, hit upsert)

Tests
-----

[](#tests)

```
vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist app/code/Etechflow/RedirectManager/Test/Unit
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance93

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

49d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d596daffc1cbadfe809b006d2fc518e5ca32cdccca9485410d282898d07ba1?d=identicon)[etechflow0](/maintainers/etechflow0)

---

Top Contributors

[![ayeshanisar786](https://avatars.githubusercontent.com/u/106437953?v=4)](https://github.com/ayeshanisar786 "ayeshanisar786 (4 commits)")[![ahmed21-rg](https://avatars.githubusercontent.com/u/185612486?v=4)](https://github.com/ahmed21-rg "ahmed21-rg (2 commits)")[![ranawaqas45](https://avatars.githubusercontent.com/u/218998424?v=4)](https://github.com/ranawaqas45 "ranawaqas45 (1 commits)")

### Embed Badge

![Health badge](/badges/etechflow-module-redirect-manager/health.svg)

```
[![Health](https://phpackages.com/badges/etechflow-module-redirect-manager/health.svg)](https://phpackages.com/packages/etechflow-module-redirect-manager)
```

###  Alternatives

[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

111.1k](/packages/angeo-module-llms-txt)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

256.0k2](/packages/zwernemann-module-withdrawal)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
