From 260fe97afd3b0445a2ce01594e276433c5fbfeeb Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sep 13 2019 22:33:08 +0000 Subject: Update documentation for symlink support change https://bugzilla.redhat.com/show_bug.cgi?id=1718580 --- diff --git a/README.RPM b/README.RPM index 2e9f510..fe898a4 100644 --- a/README.RPM +++ b/README.RPM @@ -15,4 +15,10 @@ serving mediawiki) like DocumentRoot /srv/my.host/wiki Alias /skins /usr/share/mediawiki/skins + + SetEnv MW_INSTALL_PATH "/srv/my.host/wiki" + AllowOverride None + Require all granted + + (this example is for short URLs, e.g. ones w/o a "/wiki/" in the URL) diff --git a/mediawiki.conf b/mediawiki.conf index a116f47..4398fa6 100644 --- a/mediawiki.conf +++ b/mediawiki.conf @@ -5,6 +5,11 @@ # Alias /wiki/skins /usr/share/mediawiki/skins # Alias /wiki /var/www/wiki +# +# SetEnv MW_INSTALL_PATH "/var/www/wiki" +# AllowOverride None +# Require all granted +# # If your DocumentRoot points into the wiki itself all that is needed is