Page MenuHomePhabricator

Make URL path to load.php configurable
Closed, DeclinedPublic

Description

Optionally, it should be possible to configure MW to use a different (absolute) URL path to load.php .

We need this for a WMF deployment, because we'd run load.php on bits and hence would have to hit something like http://bits.wikimedia.org/enwiki/load.php using $wgLoadPHPPathOrSomething = 'http://bits.wikimedia.org/enwiki';

A suitable default for this var would seem to be $wgScriptPath (technically by setting the var to null). Also, $wgScriptExtension should still be honored.


Version: 1.17.x
Severity: enhancement

Details

Reference
bz26707

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:21 PM
bzimport set Reference to bz26707.

Never mind, we have $wgLoadScript already.