|
Upload an empty index.html page with a meta refresh tag to automatically forward the user to the .htm page
<html>
<head>
<title></title>
<meta http-equiv="refresh" content="0; url=http://www.pritchard-heating.co.uk/keepboiler/keepboiler.htm">
</head>
<body>
</body>
</html>
|