I've just trying to set 'if' rules for my website, and I'm facing with little problem I want to allow:
if ($_SERVER["HTTP_REFERER"] = "http://t.co/XXXXXX")
{ allowed }
XXXXXX - unique end of each link, so I need to set that every visit, which begins with t.co would be accepted. How can I do that? Thanks in advance.