Jump to content

header redirect


ifyrlucky

Recommended Posts

I want one domain address to go to the index.php and the domain alias to go to another page within the website. I am told this is done with a header redirect? I have been given this code

<?php
header("Location: [a href=\"http://www.example.com/");\" target=\"_blank\"]http://www.example.com/");[/a] /* Redirect browser */

/* Make sure that code below does not get executed when we redirect. */
exit;
?>

But I'm not sure exactly how it works or how to modify it to my needs, specifically where I need to type in the domain name alias and where I need to type in the url for the page I want it directed to.
Link to comment
https://forums.phpfreaks.com/topic/5569-header-redirect/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.