# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#
แก้เป็น
httpd.conf
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
ErrorDocument 404 /index.php
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#
ถ้ายังงง ๆ อยู่ เดียวมาดูตัวอย่างดีว่าน่ะครับ
** ก่อนอื่นเพื่อความเข้าใจ เราจะต้องรัน script บน path ที่เป็น Root Path ถ้าหากเขียนบน Appserv จะต้องสร้างไฟล์ไว้ที่ C:\Appserv\www หรือจะลองสร้างเป็น Port ใหม่อ่านบทความได้ที่ Apache httpd Create New VirtualHost (Create New Port) ในที่นี่ผมจะทดสอบด้วย port 9999
เริ่มเลยน่ะครับ
ขั้นตอนที่ 1 กำหนด httpd.conf
httpd.conf
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
ErrorDocument 404 /index.php
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#