Horje

How to set a page as a 404 Status in PHP

Just copy and paste following your pages where you want to show 404 page near Search Engine.

index.php
Example: PHP
<?php
http_response_code(404);
?>   
<?php
exit;
?>




Type:
php
Category:
Web Tutorial
Sub Category:
PHP URL/LINK Tutorial
Uploaded by:
Admin