thelia / catch-thelia1-url-module
Installs: 63
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-14 22:29:55 UTC
README
Capture unrewritten Thelia 1 URLs and perform a 301 redirection on Thelia 2 corresponding URLs
The URLs documents and images of Thelia 1 are also redirected
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is CatchThelia1Url. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/catch-thelia1-url-module:~0.1
Usage
- [Not Required] Please add in your Thelia 2 database, the correspondence tables created by the Module ImportT1 Module (t1_t2_category, t1_t2_product, t1_t2_folder, t1_t2_content)
Roadmap
- Adding an interface for configuration of values