Hi all,
Thanks to my apache .htaccess file, all the 404 errors are redirected to my
404.php file.
I'd like to get the following infos :
- the page address from which the 404 error come from (I get it with
$_SERVER["HTTP_REFER ER"]),
- the exact link that provoqued a 404 error.
How can I get the 2 piece of info ?
Many thanks in advance,
--
john
Thanks to my apache .htaccess file, all the 404 errors are redirected to my
404.php file.
I'd like to get the following infos :
- the page address from which the 404 error come from (I get it with
$_SERVER["HTTP_REFER ER"]),
- the exact link that provoqued a 404 error.
How can I get the 2 piece of info ?
Many thanks in advance,
--
john
Comment