URL Redirection using PHP Header
This example will shows you how to create a URL redirection using PHP header()
1. Create a file index.php
2. Insert the following line:
‹?php header("Location: http://www.example.com/"); ?›
This example is only a guide. For more information, please visit http://www.php.net