Using Concrete5 we cannot get the SERVER array to show the referrer.
eg: $_SERVER['HTTP_REFERER'] -> returns null.
It is a site on SSL.
We just need to get the last referring link if available.
We can use either PHP or Javascript, as long as we get the data we need.
What are we doing wrong?
Thanks in advance..
JD