OK.
I have htaccess redirect 404's to notfound.php
In it, i echo $REDIRECT_URL, which according to the Apache manual and the PHP manual should echo the offending page. But it seems to turn up nothing.
I am using php3
my code is :
whya noa worka ?Code:<?php echo("$REDIRECT_URL"); mail("funky_friars@hotmail.com", "404 error on site", "$REDIRECT_URL"); ?>
[Edited by James Smith on 08-29-2000 at 07:20 PM]




Bookmarks