Post Reply 
hide referer question
Mar. 08, 2014, 12:00 PM
Post: #1
hide referer question
Hi all,

What is the right syntax for hiding the referer and not being seen as hotlinker?
I tried:
In = FALSE
Out = TRUE
Key = "Referer: Hide where we've been (Out)"
URL = "(^($TYPE(css)|$TYPE(js)))"
Match = "*"
Replace = "http://someurl.om"

and
In = FALSE
Out = TRUE
Key = "Referer: Hide where we've been (Out)"
URL = "($TYPE(htm)"
Match = "*"
Replace = "http://someurl.com"

they don't seem to do anything.

URL = "*"
Match = "*"
obviously works, but that also means all other files are referred and i only want to refer the html or php files.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
hide referer question - tfit - Mar. 08, 2014 12:00 PM
RE: hide referer question - JJoe - Mar. 08, 2014, 07:13 PM
RE: hide referer question - tfit - Mar. 08, 2014, 11:16 PM
RE: hide referer question - JJoe - Mar. 09, 2014, 12:04 AM

Forum Jump: