Cara Membuat Redirect Website ke Website Lain
1. Kode HTML Redirect Website
<!DOCTYPE html>
<html>
<head>
<title>Redirect</title>
<meta http-equiv="refresh" content="0; url=https://tekno-cyber.blogspot.com/">
</head>
<body>
</body>
</html>
2. KODE PHP REDIRECT WEBSITE
<?php
header("Location: https://tekno-cyber.blogspot.com");
?>
EmoticonEmoticon