thelia / url-sanitizer-module
Sanitize Urls
Installs: 5 656
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 1
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
Replaces
- thelia/url-remove-accent-module: ~1.0.0
README
This module allows you to sanitize your urls.
Only compatible with Thelia >= 2.4.0.
For Thelia <= 2.4.0 you can install this module https://github.com/thelia-modules/UrlRemoveAccent but he only replace accent and he override Thelia url sanitize.
Installation
composer require thelia/url-sanitizer-module ~1.0.0
Usage
- If the module is activated, every rewritten url saved will be automatically sanitized.
- If you want to sanitize the existing urls in your database, go to the module configuration and follow the instructions.