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 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 using php code Create index.php code and put this code inside <?Header( "HTTP/1.1...