I've soft-linked ( ln -s ) the mediawiki directory to some more descriptive name but now I want to change it. I noticed after doing that the pages now look 'scrambled' . Do I have to make the change also in the local settings ? - such as $wgScriptPath. This variable says : A lot of other variables are defined relative to this one. * *So I'm trying to figure out the ramifications of this.
Anyone ?
thanks, Chris
On 15/11/12 20:36, Chris wrote:
I've soft-linked ( ln -s ) the mediawiki directory to some more descriptive name but now I want to change it. I noticed after doing that the pages now look 'scrambled' . Do I have to make the change also in the local settings ? - such as $wgScriptPath. This variable says : A lot of other variables are defined relative to this one. * *So I'm trying to figure out the ramifications of this.
Anyone ?
thanks, Chris
Likely. $wgScriptPath is the path to index.php So if you had it at /descriptive/index.php and now it has to be accessed as /w/index.php then change $wgScriptPath to that :)
For determining if it's exactly your problem I would need more information (the paths, the url where you are seeing it, etc.).
You *only* change LocalSettings.php, not the other mediawiki files.
mediawiki-l@lists.wikimedia.org