HTTP Redirection in PHP
PHP code to redirect any HTTP url.
1 2 3 4 5
<?php
header('Location: http://you_domain.com/url.php'); // stick your url here
?>
No related posts.
Tags: php
PHP code to redirect any HTTP url.
1 2 3 4 5
<?php
header('Location: http://you_domain.com/url.php'); // stick your url here
?>
No related posts.
No Responses to “HTTP Redirection in PHP”