Skip to content

Instantly share code, notes, and snippets.

@arieffikhrie
Created November 1, 2016 04:54
Show Gist options
  • Save arieffikhrie/cbfeb7786f2ffecf748f9305c89d26ab to your computer and use it in GitHub Desktop.
Save arieffikhrie/cbfeb7786f2ffecf748f9305c89d26ab to your computer and use it in GitHub Desktop.
Set header 404
<?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