GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Tech URL Specialist Question (https://gfy.com/showthread.php?t=1157312)

RummyBoy 12-19-2014 11:55 PM

URL Specialist Question
 
Lets say you use URL forwarding (non-frame) to forward:

Domains A, B and C

to:

Domain D

and lets say Domain D is forwarding to an affiliate reflink on Domain E

My question is, can Domain E identify or see Domain A, B or C on its web stats? Will Domain E become aware of Domain A, B or C to know that they exist?

editeur 12-20-2014 04:18 AM

It depends on how you do forwarding. If you do 301 or 302 redirects than yes, referer will be preserved, E will be able to identify A, B and C. If you do redirect via javascript or META REFRESH on domain D, it depends on the browser, some do preseve referer, some don't.
There's so called "double meta refresh" method exists to make sure referer does not leak - it combines client redirect with another, second redirect which checks if referer was blanked.
Or, if you're ok with blank referer, you can just make domain D work via https and do meta refresh or javascript redirects from this domain - https blanks referer.

Ferus 12-20-2014 05:01 AM

If done correctly, Domains A, B and C will not be visible.
I NEVER show my quality traffic sources, because most of my traffic are from paid spots

RummyBoy 12-20-2014 05:55 AM

Code:

<?php
        echo "<meta http-equiv=\"refresh\" content=\"0;url=URL2\">";
?>


Code:

<?php
    $referer = $_SERVER['HTTP_REFERER'];
    if($referer == "")
    {
        echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.youraffiliatelink.com\">";   
    }
?>


How about this for double meta refresh? Any of you know if it can work properly to hide the referrer? And how to execute this plan (for the technically challenged?).

seeandsee 12-20-2014 05:58 AM

There are some tool to hide reffer

RummyBoy 12-20-2014 06:21 AM

Quote:

Originally Posted by seeandsee (Post 20331859)
There are some tool to hide reffer

Anyone tried any of these?

HTTP-Referer Hiding Tool - Ref Off

Referer.info - Best Hide referrer & link anonymously

https://www.hidemyass.com/anonymous-referrer#!

Which is the best?
For simplicity of application in my situation?

Barry-xlovecam 12-20-2014 06:22 AM

Only the last refer 'D' is seen on the destination 'E' server's log. There is only one referrer per line (hit) in a server log possible.

Domain A, B and C will be penalized for SEO because of the redirects, if they are meta refresh, if that is an issue.

Code:

#.htaccess Apache

Redirect permanent /dir/1234.htm  http://DOMAIN.com/file.htm

Redirect temp /dir/1234.htm  http://DOMAIN.com/file.htm


git er done!

RummyBoy 12-20-2014 08:07 AM

Quote:

Originally Posted by Barry-xlovecam (Post 20331874)
Only the last refer 'D' is seen on the destination 'E' server's log.

Even if all the traffic ending up at destination 'E' are from domains using url redirect?

Anyone know if any of those URL shortener services also kill the referrer info? It might be an easy solution if we only have to use url redirection to the URL shortener url.

Barry-xlovecam 12-20-2014 04:25 PM

A=>B=>????>E
B is now the referrer is what I meant
The man-in-the-middle is the referrer to E

faxxaff 12-20-2014 09:51 PM

Shorteners will not erase referrer info.


All times are GMT -7. The time now is 09:10 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123