For various reasons, it may be necessary to redirect your website to another address. In this guide, we explain how to do it using an index.html file.
When a user visits your original website (for example, swhosting.com), they will be automatically redirected to the new domain (for example, swhosting2.com). The URL in the browser will change to the new destination.
index.html fileBefore creating and uploading the file, you need:
For more information on how to configure these elements, check our guides:
index.html filemanuales.com with the domain to which you want to redirect users:<head>
<meta http-equiv="Refresh" content="0;url=http://www.manuales.com">
</head>
<body>
</body>
index.html.datos/web