Redirects and add locale in url if missing.

Installs: 9 777

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/fond-of-spryker/redirect

2.0.2 2019-12-17 14:42 UTC

This package is auto-updated.

Last update: 2025-09-14 15:47:21 UTC


README

Simple redirect router.

  1. Adds current locale to uri and redirects if not given.
  2. Removes trailing slash from url if given and redirects.

Examples: example.org/my/path => example.org/[locale]/my/path example.org/en/my/path/ => example.org/en/my/path

*locale - if not given, detect browser locale. If browser locale is not given in shop, use default shop locale.