ifyrlucky Posted March 23, 2006 Share Posted March 23, 2006 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 <?phpheader("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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.