1
0
mirror of https://github.com/Mibew/i18n.git synced 2025-03-12 08:54:09 +03:00
i18n/site/.htaccess

6 lines
146 B
ApacheConf
Raw Normal View History

RewriteEngine on
RewriteBase /
RewriteRule ^(ru|en|sp)/(.*) $2?intlocale=$1 [L]
RewriteRule ^(ru|en|sp)$ $1/ [R,L]