even more shorturl fixes

This commit is contained in:
Adrian Malacoda 2014-11-29 04:07:08 -06:00
parent 02900b51aa
commit 236a2b2a44

View File

@ -30,7 +30,7 @@
# MediaWiki Short URL
RedirectMatch ^/$ /wiki/
RedirectMatch ^/wiki$ /wiki/
Alias /wiki/ /var/www/w/index.php
Alias /wiki /var/www/w/index.php
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet