WikiServer - Moving the wiki folder
Jump to navigation
Jump to search
(i.e.: moving it from /var/www/html/wiki to /var/www/wiki)
sudo vim /var/www/html/wiki/LocalSettings.php
#$wgScriptPath = "/wiki";
$wgScriptPath = "";
Then move the folder...
sudo mv -R /var/www/html/wiki /var/www/wiki
Do note that the wiki will no longer be accessible until you have configured Apache to do Virtual Host Support.