-
Notifications
You must be signed in to change notification settings - Fork 58
/
0005.html
37 lines (36 loc) · 2.14 KB
/
0005.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Customizing Apache HTTPD Error Pages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<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">
<meta name="author" content="i12bretro">
<meta name="description" content="Customizing Apache HTTPD Error Pages">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="03/24/2022 08:37:45 PM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>Customizing Apache HTTPD Error Pages</h1>
</div>
<div></div>
<div id="content">
<ol>
<li>Download Apache HTTPD <a href="https://www.apachefriends.org/download.html" target="_blank">Download</a></li>
<li>Install Apache HTTPD</li>
<li>Navigate to <ApacheInstallDirectory>/error</li>
<li>Edit top.html and bottom.html to your liking</li>
<li>Save top.html and bottom.html</li>
<li>Open a web browser</li>
<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>
</ol> </div>
</div>
</body>
</html>