Fix planet RedirectMatch to new URL

This commit is contained in:
Till Maas 2015-07-31 20:49:25 +02:00
parent d9f315b03d
commit 10c3257b64

View file

@ -49,7 +49,7 @@
UserDir disable
AddCharset UTF-8 .xml
RedirectMatch permanent (.*) http://fedoraplanet.org/$1
RedirectMatch permanent /(.*) http://fedoraplanet.org/$1
</VirtualHost>
<VirtualHost *:443>
@ -76,6 +76,6 @@
UserDir disable
AddCharset UTF-8 .xml
RedirectMatch permanent (.*) http://fedoraplanet.org/$1
RedirectMatch permanent /(.*) http://fedoraplanet.org/$1
</VirtualHost>