Parent Directory | Revision Log
use static.mageia.org to serve www.mageia.org/g/ static contents ( patch from rda
1 | Redirect /wiki https://wiki.mageia.org/# |
2 | |
3 | # Everything under /g/ is static content to be served by a seconday host |
4 | RewriteEngine On |
5 | RewriteRule ^g/(.+)$ http://static.mageia.org/g/$1 [R,L,QSA] |
6 | |
7 | # ProxyPreserveHost On is in another file |
8 | ProxyPass /old-wiki/ http://ryu.zarb.org/wiki |
9 | ProxyPassReverse /old-wiki/ http://ryu.zarb.org/wiki |
10 | |
11 | |
12 | php_value short_open_tag false |
ViewVC Help | |
Powered by ViewVC 1.1.30 |