Expert question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Expert question

    Hi coding talkers,

    someone knows a way to find out wich domain redirects to another?

    __________________________________________________ __
    case 1 :

    i donĀ“t own this sites..

    site b redirects to site a via 301 htaccess

    my prob is..site b is not listed on any search engine.
    It just redirects to site a .I know only site a .
    __________________________________________________ __

    case 2
    i own my site but someone is redirecting his site to mine via 301 htaccess
    does the bot tells me where he came from?(referer?) any way to find out ?

    i know case 2 can be solved with google webmaster tools...But i want to know how it works.

    any idea?

    #2
    tried Who.is: Whois Lookup, Website, Domain Name, and IP Tools - Who.is

    Comment


      #3
      I dont got idia
      have connected with http://adexchat.com ?
      Fun up with
      http://forum.adexchat.com

      Comment


        #4
        this is just a whois..

        its hard..i know.. im brainstorming for a while..

        Comment


          #5
          You can try getting http_referer from visitors and storing it. Later on check the stored referer and you might notice a trend. This is not a sure way though as people might not send the referer
          Perfection comes at a cost



          I accept liberty!

          Comment


            #6
            The use of the HTTP Header field HTTP_REFERRER may be useful in this case. You could maybe install a simple script to log all incoming referrers to a certain script (Home Page). If you are you are using the Control Panel from cPanel OR Parallels Plesk Control Panel most of these come with built in site statistic tools (AWStats, Webalizer); If you have these tools turned on they usually log the HTTP_REFERRER of site visitors.
            Last edited by wap2k; 08.02.11, 07:05.

            Comment

            Working...
            X