diff options
Diffstat (limited to 'apache/ErrorDocument/404.shtml')
-rw-r--r-- | apache/ErrorDocument/404.shtml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/apache/ErrorDocument/404.shtml b/apache/ErrorDocument/404.shtml deleted file mode 100644 index 09226e0..0000000 --- a/apache/ErrorDocument/404.shtml +++ /dev/null @@ -1,17 +0,0 @@ -<!--#set var="title" value="Not Found" ---><!--#include virtual="head" --><P> -The requested URL was not found on this server: -<BLOCKQUOTE> -<STRONG><!--#echo var="REQUEST_URI" --></STRONG> -</BLOCKQUOTE> -</P> -<P> -<!--#if expr="\"$HTTP_REFERER\" != \"\"" --> -Please inform the owner of -<A HREF="<!--#echo var="HTTP_REFERER" -->">the referring page</A> about -the malformed link. -<!--#else --> -Please check your request for typing errors and retry. -<!--#endif --> -</P> -<!--#include virtual="foot" --> |