If anyone could help me with this it would be wicked:
I have a server setting that redirects to the file '404.php' when there is a 404 error. I would like the 404.php page to fine the referring page name and redirect to
index.php?id=referrer
I have been using the env-variable (HTTP_REFERER) to get this info, but it keeps redirecting to index.php with an empty ID=
can anyone help me with the code for this 404.php page?
Thanks.
Edd