From 236a2b2a4451358091f5f59bae5a9378313638ec Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sat, 29 Nov 2014 04:07:08 -0600 Subject: [PATCH] even more shorturl fixes --- 000-default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/000-default.conf b/000-default.conf index 5922163..59ea0db 100644 --- a/000-default.conf +++ b/000-default.conf @@ -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 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet