# heavily used by the wiki farm stuff
>
Options +FollowSymLinks
/images>
SetHandler default-handler
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]