Dismounted
59.***.***.***Redirection
Redirection This will instantly redirect you to another page using headers.PHP code:
<?php header("Location: http://www.yoursitename.com/index.php"); ?>
It's as easy as that!Dismounted
59.***.***.***PHP code:
<?php header("Location: http://www.yoursitename.com/index.php"); ?>
It's as easy as that!Bill
80.***.***.***