Redirecting index to another page 05-23-2013, 01:59 PM
#1
PHP Code:
<?php
header("Location: http:yoursiteyouwanttoredictto.com");
die();
?>Paste into index.php.
| Redirecting index to another page filter_list | |
<?php
header("Location: http:yoursiteyouwanttoredictto.com");
die();
?><html>
<head>
<title>Redirecting</title>
<meta http-equiv="REFRESH" content="0;url=http://www.websitehere.com">
</head>
<body>
Redirecting, please wait.
</body>
</html>![[Image: HWV7adO.jpg]](http://i.imgur.com/HWV7adO.jpg)