move redirect to correct virtualhost

lektura
max.mehl 2018-06-11 10:01:43 +02:00
parent 46c0e00431
commit 14b1310734
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
<VirtualHost *:80>
ServerName www.publiccode.eu
Redirect permanent / https://publiccode.eu/
RedirectMatch permanent ^/zh_tw/?(.*)$ https://publiccode.eu/zh-tw/$1
</VirtualHost>
<VirtualHost *:80>
ServerName publiccode.eu
RedirectMatch permanent "^/zh_tw/?(.*)$" "/zh-tw/$1"
ServerAdmin contact@fsfe.org
DocumentRoot /usr/share/blog/public/