관리-도구
편집 파일: 404.php
<? include_once('constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Reception Sites | Arizona Wedding Vendors | AZ Wedding Sites | Home"; if (file_exists($DOCUMENT_ROOT."/includes/header.php")) { include_once("header.php"); } else { header("location: /error.php"); } ?> <div id="content"> <h1>404 Error</h1> <p>Sorry, there is no <?=COMPANY_NAME;?> page matching your request.</p> <p>It is possible the page you are looking for no longer exists or you typed the address incorrectly.</p> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer.php")) { include_once("footer.php"); } else { header("location: /error.php"); } ?>