Page MenuHomeSoftware Heritage

beautify wiki URLs
Closed, MigratedEdits Locked

Description

Our two wikis use default mediawiki URLs that are kinda horrible (/index.php?title=Pagename).

We should beautify those URLs enabling Mediawiki short URLs.

Revisions and Commits

Event Timeline

zack triaged this task as Normal priority.Mar 24 2017, 3:34 PM
zack created this task.

Adding to the Apache VirtualHost configuration:

ProxyPassMatch ^/wiki/ fcgi://127.0.0.1:9002/var/lib/mediawiki/index.php

and to the mediawiki configuration

$wgArticlePath      = "/wiki/$1";

Seems to make https://intranet.softwareheritage.org/wiki/Main_Page etc. work.