johnmahugu

php - error 404

Jun 25th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.60 KB | None | 0 0
  1. <a href="index.php">Go back to index</a>
  2. | <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
  3.  
  4. <title>Error 404</title>
  5. <h1>Error 404</h1>
  6.  
  7. <p>
  8.     Cick the non-existing url below. If ["web_server"]["404_handler"]
  9.     is set in settings.json file then clicking the link below
  10.     will forward you to "/pretty-urls.php/foo.html". You can then
  11.     access the "/foo.html" url using $_SERVER["PATH_INFO"] or
  12.     $_SERVER["REQUEST_URI"].
  13. </p>
  14. <p>Try it:
  15.     <ul>
  16.     <li><a href="/company.html">/company.html</a>
  17.     <li><a href="/company.html?xyz=1">/company.html?xyz=1</a>
  18.     </ul>
  19. </p>
Advertisement
Add Comment
Please, Sign In to add comment