Forum Moderators: coopster
I have test the script in 404.php with
echo $_SERVER["REQUEST_URI"];
When I test by request a file that not exist in my site like http://www.example.com/abc.html
Why the result is ==> /404.php?
I think it should be http://www.example.com/abc.html
[edited by: jatar_k at 5:14 pm (utc) on Aug. 26, 2005]
[edit reason] used example [/edit]