Can I recognize when a domain is Forwarded by GoDaddy?

Discussion in 'Domain Names' started by MikeonTV, May 11, 2011.

  1. #1
    Is there a way using PHP, to recognize a domain which is being forwarded by the registrar?

    I have mysite1.com forward through Godaddy to mysite2.com and I want to display a message to users who come from mysite1.com

    Any ideas?
     
    MikeonTV, May 11, 2011 IP
  2. raindog308

    raindog308 Greenhorn

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    You can see what site they came from (the referrer): $_SERVER['HTTP_REFERRER']
     
    raindog308, May 11, 2011 IP
  3. MikeonTV

    MikeonTV Member

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    Thanks, I tried that and It doesn't work with registrar domain forwarding :(
     
    MikeonTV, May 11, 2011 IP