thelia/url-sanitizer-module

Sanitize Urls

Installs: 3 887

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 1

Open Issues: 0

Type:thelia-module

2.1.1 2024-04-25 10:49 UTC

This package is auto-updated.

Last update: 2024-04-25 10:50:10 UTC


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.