0005.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Customizing Apache HTTPD Error Pages</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To Setup Custom Error Pages In Apache HTTPD,Apache HTTPD Custom Error Pages,Web Server,Apache HTTPD,Apache,Custom Error,Error Handling,Self-Hosted,Web Developer,System Administrator,Web Server Customization,Custom Error Page,HTTPD,Web Server Administration,Apache HTTPD Administration,Apache HTTPD Configuration,Apache HTTPD Config,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Customizing Apache HTTPD Error Pages">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/24/2022 08:37:45 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Customizing Apache HTTPD Error Pages</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download Apache HTTPD <a href="https://www.apachefriends.org/download.html" target="_blank">Download</a></li>
  27. <li>Install Apache HTTPD</li>
  28. <li>Navigate to &lt;ApacheInstallDirectory&gt;/error</li>
  29. <li>Edit top.html and bottom.html to your liking</li>
  30. <li>Save top.html and bottom.html</li>
  31. <li>Open a web browser</li>
  32. <li>Browse to a local URL that is invalid to force a 404 error from Apache HTTPD <a href="http://localhost/i_dont_exist.php" target="_blank">Forced 404</a></li>
  33. </ol> </div>
  34. </div>
  35. </body>
  36. </html>