Hocam bu kodları
Alıntı
<?php
header("HTTP/1.0 404 Not Found");
header("HTTP/1.1 404 Not Found");
header("Status: 404 Not Found");
header("Cache-Control: no-cache");
header("Pragma: no-cache");
header("Expires: -1");
?>
wp değil de php script kullananlar 404 sayfasınamı ekliyecek ?