vinc17
0
Q:

php redirect

//PHP redirect
header("Location: https://www.codegrepper.com/my-redirect-page.php");
die();
15
< ?php header("Location: http://www.redirect.to.url.com/"); ?>
2
header("Location: http://example.com/myOtherPage.php");
die();
4
header("Location: http://example.com");
die();
1
header("Location: /");
exit();
1
<?php
  header("Location: (redirect url)");
?>
1

New to Communities?

Join the community