redirect old zh_tw to new zh-tw, following transition to i18n

lektura
max.mehl 2018-06-11 09:54:36 +02:00
parent 1301c91443
commit 46c0e00431
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<VirtualHost *:80>
ServerName www.publiccode.eu
Redirect permanent / https://publiccode.eu/
RedirectMatch permanent ^/zh_tw/?(.*)$ https://publiccode.eu/zh-tw/$1
</VirtualHost>
<VirtualHost *:80>