thelia / rewrite-url-module
Package info
github.com/thelia-modules/RewriteUrl
Type:thelia-module
pkg:composer/thelia/rewrite-url-module
2.2.4
2026-04-30 13:01 UTC
Requires
- thelia/installer: ~1.1
- dev-main
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.12
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0
- dev-twig
- dev-master
This package is auto-updated.
Last update: 2026-04-30 13:02:10 UTC
README
This module allows you to create general redirection rules for your website. You can also manage rewritten urls for products, categories, folders, contents, brands.
- Allows you to redirect a url to another based on a regular expression or matching GET parameters
- Allows you to reassign a url to another (product, category, folder, content, brand)
- Allows you to reassign all urls to another (product, category, folder, content, brand)
- Allows you to reassign a default url to your (product, category, folder, content, brand)
- Allows you to display the list of not rewriten urls (product, category, folder, content, brand)
See the changelog
Compatibility
Thelia > 2.1
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/directory and be sure that the name of the module is RewriteUrl. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/rewrite-url-module:~1.5.8
Usage
BackOffice :
- in Product edit tab modules
- in Folder edit tab modules
- in Content edit tab modules
- in Brand edit tab modules
- in Category edit tab modules
- in Configuration list not rewriten urls
- in the module configuration page


