Hi,
I have mediawiki-1.15.4 in the main directory on my webserver. When upgrading, I liked to move it to a subdirectory.
So, I extracted mediawiki-1.16.0 in the subdirectory "mediawiki", copied LocalSettings.php, /images/ and /extensions/ to the new directory and ran update.php.
Now, when I type /wiki/index.php in the browser, it jumps automatically back to the main directory.
Do I have to change a path variable anywhere?
Thanks Daniel
Daniel Walz wrote:
Hi,
I have mediawiki-1.15.4 in the main directory on my webserver. When upgrading, I liked to move it to a subdirectory.
So, I extracted mediawiki-1.16.0 in the subdirectory "mediawiki", copied LocalSettings.php, /images/ and /extensions/ to the new directory and ran update.php.
Now, when I type /wiki/index.php in the browser, it jumps automatically back to the main directory.
Do I have to change a path variable anywhere?
Thanks Daniel
Check LocalSettings values for $wgArticlePath / $wgScriptPath
Thanks!
Changed $wgScriptPath to $wgScriptPath = "/mediawiki"; and that's it.
Daniel
Platonides schrieb am 13.10.2010 23:38:
Daniel Walz wrote:
Hi,
I have mediawiki-1.15.4 in the main directory on my webserver. When upgrading, I liked to move it to a subdirectory.
So, I extracted mediawiki-1.16.0 in the subdirectory "mediawiki", copied LocalSettings.php, /images/ and /extensions/ to the new directory and ran update.php.
Now, when I type /wiki/index.php in the browser, it jumps automatically back to the main directory.
Do I have to change a path variable anywhere?
Thanks Daniel
Check LocalSettings values for $wgArticlePath / $wgScriptPath
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org