I only want my main page redirect / html meta tag redirect

If you want to redirect only your home page on your domain so that you can for example still access your admin page then you first need to create a new file called "index.html".

Then you can put the following code in the file. The green marked link you have to change yourself of course.

<!DOCTYPE html> <
;html> <head>
; <title>
HTML Meta Tag</title> <
;meta http-equiv = "refresh" content = "2; url = https: //www.myhostingpartner.com" /> <
;/head> <body>
</body>HTML </html>






Please note that this is only for the home page, for a complete redirect it is best to take the following page: How do I redirect my domain?