Changes
Jump to navigation
Jump to search
Haas PhD Server Configuration (view source)
Revision as of 18:48, 24 October 2011
, 18:48, 24 October 2011→Configure MediaWiki
We will now do the extensions and fine detail configuration.
Change the following settings in LocalSettings.php
$wgEnableUploads = true; #Changed by Ed
$wgUseTeX = true; #Changed by Ed
$wgLogo = "/icons/wiki_logo.gif";
$wgArticlePath = "/wiki/$1";
$wgUsePathInfo = true;
$wgFavicon = "$wgScriptPath/favicon.ico";
Change the permissions on the images directory:
chmod a+w /var/www/html/w/images
==Data==