3

Отправить 404 заголовок

<?php
header("HTTP/1.0 404 Not Found");
// для FastCGI:
header("Status: 404 Not Found");
-----------