Prettify URLs

Closes #5
This commit is contained in:
3wc
2020-09-08 02:09:52 +02:00
parent a6737875ad
commit 6144c3531f
5 changed files with 24 additions and 1 deletions

View File

@ -29,6 +29,8 @@ $wgMetaNamespace = "{{ env "MEDIAWIKI_SITENAMESPACE" }}";
## https://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath = "";
$wgArticlePath = "/wiki/$1";
## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://{{ env "DOMAIN" }}";