PHPackages                             thelia/thelia-redirect-url-module - 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. thelia/thelia-redirect-url-module

ActiveThelia-module

thelia/thelia-redirect-url-module
=================================

0.3.1(9y ago)01312[1 PRs](https://github.com/thelia-modules/TheliaRedirectUrl/pulls)LGPL-3.0+PHP

Since Apr 29Pushed 4y ago3 watchersCompare

[ Source](https://github.com/thelia-modules/TheliaRedirectUrl)[ Packagist](https://packagist.org/packages/thelia/thelia-redirect-url-module)[ RSS](/packages/thelia-thelia-redirect-url-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

Thelia Redirect Url
===================

[](#thelia-redirect-url)

The goal of this module is to redirect 404 urls with 302 or 301 redirections (temporary or permanent).

Installation
------------

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is TheliaRedirectUrl.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/thelia-redirect-url-module:~0.3.0

```

Usage
-----

[](#usage)

The configuration is very simple :

- You can add redirections one by one in the module configuration
- You can import a file with all your redirections in Tools, Import, Redirected urls.

Others
------

[](#others)

Be sure that you use the following format for your urls : 'path' + 'parameters'

*for example :*

- *'/'*
- *'/contact.html'*
- *'/contact.html?user\_id=12&amp;message=hello'*

The module will catch 404 response from Thelia and check if the request uri has a matching url in the redirect\_url table. If not, it will then check with the pathInfo. If it finds a match, it will redirect to the temporary redirect if it is provided , else if will redirect to the redirect column (which is mandatory).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~27 days

Total

5

Last Release

3556d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

---

Top Contributors

[![TomPradat](https://avatars.githubusercontent.com/u/16164512?v=4)](https://github.com/TomPradat "TomPradat (11 commits)")

### Embed Badge

![Health badge](/badges/thelia-thelia-redirect-url-module/health.svg)

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

PHPackages © 2026

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