aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/templates/vhost_www.conf
blob: 6430568f859dafede9ebe1f6aac15532f554116a (plain)
1
2
3
4
5
6
7
8
9
10
Redirect permanent / https://www.mageia.org/
Redirect /wiki https://wiki.mageia.org/#

# Everything under /g/ is static content to be served by a seconday host
RewriteEngine On
RewriteRule ^g/(.+)$    http://static.mageia.org/g/$1 [R,L,QSA]

ErrorDocument 404 /404.php

php_value short_open_tag false