|
CHECK !! : How to customize HTTP 404 error file not found web page? |
HTTP 404 error customizationEvery web surfer could possibly see this page before, the standard HTTP error 404, page not found: However in any professional web site, they often have a customized 404 error one like this: (sample site is Yahoo) HTTP 404 error customization with RaidenHTTPDIt's very easy to implement customized HTTP 404 page not found page in RaidenHTTPD web server, just follow the tutorial below. Requirement: RaidenHTTPD v2.0.12 or above How to setup: No setup is required, the default HTTP 404 page not found page looks like this: This page doesn't really look so bad comparing with the first default IE's page not found page, it is designed by RaidenHTTPD team, however it may not fit Your needs. Don't worry about this, because RaidenHTTPD not only allows You to customize the deafult 404 page, but also allows You to costomize 404 page for each virtual host on Your RaidenHTTPD. Just edit the following pages to customize Your 404 not found pages. [RaidenHTTPD_Install_Path]\htdocs\raiden-custom-pages\404.php Default 404 not found pages for each virtual host: [VirtualHost_document_root]\vh-custom-pages\404.php |
|