Redirect page silently with PHP script

so simple :D

just copy this code in text editor like notepad and save as index.php

<?php
header( ‘Location: http://yourdestinationdomain.com’ ) ;
?>

place it on your webpages pages, delete index.html if exist, and your page will silently redirect to any url or page u want

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment