Jump to content

natalie

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

natalie's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Is there anything I can add to the PHP code to make it recognized as a referring HTML? I mean without going back an .html redirect... keep it a .php?
  2. hi guys, I have a question (who doesn't!) about php redirects. I used to use HTML redirects, but they were slow and bulky. So I switched the php ones, but now I have another issue. I need a simple redirect, but I want to hide the original url. For example: www.blah.com - and then user will click a link (php redirect page www.blah.com/redirect.php) and go to www.sales.com I need for my traffic to look like it's coming from www.blah.com/redirect.php. But what I'm getting is www.blah.com. With the html redirects it would just show the redirection page url. Is there something I can insert into the php redirect page to make it show THAT as the referring url? Here's an example of my php direct page: <?php Header('Location: http://www.sales.com'); Exit; ?> That's it. If you know what to add to that could you kinda spell it out. I'm a tad slow. =) Thanks! ~Natalie~
×
×
  • 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.