Changes

no edit summary
If you want to visit http://server and have it automatically, instantly, redirect the user to http://server/mediawiki run ''sudo nano /var/www/html/index.html'' and enter the following into the file
<nowiki><head>
<meta http-equiv="refresh" content="0; url=http://wikiserver/mediawiki/" />
</head></nowiki>