From 91f1ea2cde5851fc6a79cf2bff1d32ae0716fcea Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 16 Jun 2011 14:29:39 +0000 Subject: add alias for getting skins --- modules/mediawiki/templates/wiki_vhost.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/mediawiki/templates/wiki_vhost.conf b/modules/mediawiki/templates/wiki_vhost.conf index ac4de7ee..720667c6 100644 --- a/modules/mediawiki/templates/wiki_vhost.conf +++ b/modules/mediawiki/templates/wiki_vhost.conf @@ -2,3 +2,6 @@ > Options +FollowSymLinks + +AliasMatch /.*/skins/(.*)$ /usr/share/mediawiki/skins/$1 + -- cgit v1.2.1