artemis
05-11-2008, 02:10 PM
Hi,
I'm putting this as the first lines of my php file:
header('Status: 404 Not Found');
header('HTTP/1.1 404 Not Found');
exit;
but the page is just showing nothing and not the 404 php page that i have a mod_rewrite set too, any ideas why this iss happening?
Cheers
I'm putting this as the first lines of my php file:
header('Status: 404 Not Found');
header('HTTP/1.1 404 Not Found');
exit;
but the page is just showing nothing and not the 404 php page that i have a mod_rewrite set too, any ideas why this iss happening?
Cheers