0

Redirect Your webpage with PHP

You can redirect your web-page with the help PHP

    code


Header("HTTP/1.1 301 Moved Permanently");
header( 'Location: http://www.ratanjyot.com/beta_version/index.php' ) ;
?>


Filed in: PHP Scripts

Recent Posts

Bookmark and Promote!

© 2012 Sumit Bansal. All rights reserved. XHTML / CSS Valid.