craftsnippets / locale-redirect
Locale redirect
Package info
github.com/craft-snippets/Craft-locale-redirect
Type:craft-plugin
pkg:composer/craftsnippets/locale-redirect
1.0.2
2020-02-10 13:11 UTC
Requires
- craftcms/cms: ^3.0.0-RC1
- jaybizzle/crawler-detect: ^1.2
This package is not auto-updated.
Last update: 2026-03-03 21:14:19 UTC
README
PLUGIN IS STILL IN BETA AND SHOULD NOT BE USED IN PRODUCTION.
Installation
composer require craftsnippets/locale-redirect
Usage
Put this into config/locale-redirect.php:
<?php
return [
'redirectMapping' => [
'en' => 'site_en_handle',
'ru' => 'site_ru_handle',
],
];
First site will be used as default one if no match can be made.
Brought to you by Piotr Pogorzelski