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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.