Url Redirection
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