Url Redirection

Posted byShailesh Posted onJanuary 21, 2014 Comments0

How to redirect webpage to other webpage.

Write below lines in simple notepad & save it with name “index.php”.
Keep this file in Public_html folder.

< ?php header( 'Location: http://url.com/' ) ; ?>

Category

Leave a Comment