Simple tool for checking if your http redirects work as you want.
$ composer require antstudiocz/redirect-checker
Register DI extension:
extensions:
- Ant\RedirectChecker\DI\RedirectCheckerExtension
Add configuration:
parameters:
redirect-checker:
file: app/config/redirects.neon
Create file for example:
redirects:
"https://www.antstudio.cz": http://www.antstudio.cz
$ php index.php app:redirect-checker:run