Redirect Using index.html

Redirect using html code

Create index.html code and put this code inside

<html>
<head>
<meta http-equiv="refresh" content="2;url=https://www.newurl.com">
</head>
</html>



Replace newurl.com l with your new URL address/domain

  • redirect
  • 68 Users Found This Useful
Was this answer helpful?

Related Articles

Redirect Using index.php

Redirect using php code Create index.php code and put this code inside <?Header( "HTTP/1.1...