Changes

Created page with "If you want to visit http://server and have it automatically, instantly, redirect the user to http://server/new/destination run ''sudo nano /var/www/html/index.html'' and ente..."
If you want to visit http://server and have it automatically, instantly, redirect the user to http://server/new/destination 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://server/new/destination/" />
</head></nowiki>