Created
November 1, 2016 04:54
-
-
Save arieffikhrie/cbfeb7786f2ffecf748f9305c89d26ab to your computer and use it in GitHub Desktop.
Set header 404
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
header("HTTP/1.0 404 Not Found"); | |
echo 'Page not found'; | |
return; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment