Fix planet RedirectMatch to new URL
This commit is contained in:
parent
d9f315b03d
commit
10c3257b64
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
UserDir disable
|
UserDir disable
|
||||||
AddCharset UTF-8 .xml
|
AddCharset UTF-8 .xml
|
||||||
|
|
||||||
RedirectMatch permanent (.*) http://fedoraplanet.org/$1
|
RedirectMatch permanent /(.*) http://fedoraplanet.org/$1
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
|
@ -76,6 +76,6 @@
|
||||||
UserDir disable
|
UserDir disable
|
||||||
AddCharset UTF-8 .xml
|
AddCharset UTF-8 .xml
|
||||||
|
|
||||||
RedirectMatch permanent (.*) http://fedoraplanet.org/$1
|
RedirectMatch permanent /(.*) http://fedoraplanet.org/$1
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue