aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mediawiki/templates/wiki_vhost.conf
blob: 1464856f223844f5197a24a2f3c2db4e903cb980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# heavily used by the wiki farm stuff
<Directory <%= root %>>
Options +FollowSymLinks
</Directory>

AliasMatch /.*/skins/(.*)$ /usr/share/mediawiki/skins/$1

RewriteEngine On

RewriteCond %{REQUEST_URI} ^/.*/index.php$
RewriteCond %{QUERY_STRING} ^title=Special:UserLogin
RewriteCond %{HTTPS} ^off$
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R]