옛날 버전 apache에선 srm.conf파일에서# 1) plain textErrorDocument 500 "The server made a boo boo.# n.b.
the (") marks it as text, it does not get output## 2) local redirects---------------------- 여기서 부터 ---
------------------------------ErrorDocument 404 "<html><head><title>404 NOT <---------- 이부분FOUND</title></head>
<body><h2>NotFound</h2>The requested URL was not found on this server.<hr>Apache/1.3.6 Server at www.xxxx.xxx Port 80<b
r><p><br>당신이 지정한 경로를 찾을수가 없네요..<br>당신은 WWW 서버 에 계정이 없거나 계정
명 or 경로명을 잘못 입력한겁니다<br>계정명이 올바른데 접속이 안되면 다시 한번 관리자
에게 확인 바랍니다.<br><p><a href=mailto:xxx at xxxx.xxx>xxx at xxxx.xxx</a><br><p><p><br><center><h2><font color=red>
xxxxxx</font></h1></center></body></html>-------------------------- 여기까지 ------------------------------# to re
direct to local url /missing.html#ErrorDocument 404 /cgi-bin/missing_handler.pl# n.b. can redirect to a script or a do
cument using server-side-includes.## 3) external redirects#ErrorDocument 402 http://some.other_server.com/subscript
ion_info.html변경해주시면 됩니다..apache1.3.6 버전은 httpd.conf 안에 있죠...주의 하실 점은 " 을
빠뜨리면 안되고 엔터를 눌러 라인을 바꾸면 안됩니다..(즉 한줄에 다 넣어야 됩니다.)그럼
....