Advertisement
johnmahugu

php - error 500

Jun 25th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <?php
  2.  
  3. header($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', false, 500);
  4.  
  5. ?>
  6.  
  7. <a href="index.php">Go back to index</a>
  8. | <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
  9.  
  10. <title>Error 500</title>
  11. <h1>Error 500</h1>
  12.  
  13. <p>
  14.     Sent header: 500 Internal Server Error.<br>
  15.     If you're seeing this then all is OK.
  16. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement