Wednesday, September 7, 2011

URL redirect using PHP.


This is used for URL redirect in PHP. For this you need to add any
index.php or default.php. Then add it in the Directory Indexes.

<?php

   header( 'Location: http://www.yoursite.com/new_page.html' ) ;

?>

No comments:

Post a Comment