craftsnippets / locale-redirect
Locale redirect
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0-RC1
- jaybizzle/crawler-detect: ^1.2
This package is not auto-updated.
Last update: 2025-01-07 16:00:23 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