You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/05/14 20:21:22 UTC

svn commit: r944373 - /httpd/site/trunk/docs/not_found.html

Author: rbowen
Date: Fri May 14 18:21:21 2010
New Revision: 944373

URL: http://svn.apache.org/viewvc?rev=944373&view=rev
Log:
404 document in preparation for pointing /docs/ to the 2.2 docs.

Added:
    httpd/site/trunk/docs/not_found.html

Added: httpd/site/trunk/docs/not_found.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/not_found.html?rev=944373&view=auto
==============================================================================
--- httpd/site/trunk/docs/not_found.html (added)
+++ httpd/site/trunk/docs/not_found.html [utf-8] Fri May 14 18:21:21 2010
@@ -0,0 +1,116 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta name="generator" content="HTML Tidy, see www.w3.org" />
+    <title>Doc Not Found</title>
+  </head>
+
+  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
+  vlink="#000080" alink="#FF0000">
+<p><a href="/"><img src="./images/httpd_logo_wide.gif" alt="The Apache HTTP Server Project" border="0"/></a></p>
+ <table border="0" width="100%" cellspacing="4">
+   <tr>
+    <!-- LEFT SIDE NAVIGATION -->
+    <td valign="top" nowrap="nowrap">
+           <p><b>Essentials</b></p>
+    <menu compact="compact">
+          <li><a href="/ABOUT_APACHE.html">About</a></li>
+          <li><a href="http://www.apache.org/licenses/">License</a></li>
+          <li><a href="/docs/2.2/faq/">FAQ</a></li>
+          <li><a href="/security_report.html">Security<br />Reports</a></li>
+        </menu>
+      <p><b>Download!</b></p>
+    <menu compact="compact">
+          <li><a href="/download.cgi">from a mirror</a></li>
+        </menu>
+      <p><b><a 
+href="/docs/">Documentation</a></b></p>
+    <menu compact="compact">
+          <li><a href="/docs/2.2/">Version 2.2</a></li>
+          <li><a href="/docs/2.0/">Version 2.0</a></li>
+          <li><a href="/docs/1.3/">Version 1.3</a></li>
+          <li><a href="/docs/trunk/">Trunk</a> (dev)</li>
+          <li><a href="http://wiki.apache.org/httpd/">Wiki</a></li>
+        </menu>
+      <p><b>Get Involved</b></p>
+    <menu compact="compact">
+          <li><a href="/lists.html">Mailing Lists</a></li>
+          <li><a href="/bug_report.html">Bug Reports</a></li>
+          <li><a href="/dev/">Developer Info</a></li>
+        </menu>
+      <p><b>Subprojects</b></p>
+    <menu compact="compact">
+          <li><a href="/docs-project/">Docs</a></li>
+          <li><a href="/test/">Test</a></li>
+          <li><a href="/test/flood/">Flood</a></li>
+          <li><a href="/apreq/">libapreq</a></li>
+          <li><a href="/modules/">Modules</a></li>
+          <li><a href="/mod_fcgid/">mod_fcgid</a></li>
+          <li><a href="/mod_ftp/">mod_ftp</a></li>
+        </menu>
+      <p><b><a 
+href="/info/">Miscellaneous</a></b></p>
+    <menu compact="compact">
+          <li><a href="/awards.html">Awards</a></li>
+          <li><a href="/contributors/">Contributors</a></li>
+          <li><a href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
+          <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+          <li><a href="http://webring.com/hub?ring=apachesupport">Support<br />Webring</a></li>
+        </menu>
+    </td>
+    <!-- RIGHT SIDE INFORMATION -->
+    <td align="left" valign="top">
+                <table border="0" cellspacing="0" cellpadding="2" width="100%">
+ <tr>
+ <td bgcolor="#525D76">
+  <font color="#ffffff" face="arial,helvetica,sanserif">
+   <a name="Welcome"><strong>Document Not Found</strong></a>
+  </font>
+ </td>
+ </tr>
+ <tr><td>
+
+  <p>
+  The document you have requested is no longer available at the URL that
+  you have used. The most common reason for this is that you've used a
+  generic <code>/docs</code> URL, expecting to get the Apache HTTP
+  Server Version 1.3 documentation. However, httpd 1.3 has reached
+  end-of-life status, and so these URLs now link to the docs for 2.2,
+  which is the current recommended version.
+  </p>
+
+  <p>
+  You may have been looking for <a href="" id="docLink">this document in
+  the 1.3 docs</a>, but we recommend that you look instead at the <a
+  href="http://httpd.apache.org/docs/2.2/">2.2 documentation</a>.
+  </p>
+
+    <p align="center">Maintained by the <a
+    href="http://httpd.apache.org/docs-project/">Apache HTTP Server
+    Documentation Project</a>.</p>
+    <!--#include virtual="footer.html" -->
+ </td></tr>
+</table>
+         </td>
+   </tr>
+   <!-- FOOTER -->
+   <tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
+   <tr><td colspan="2" align="center">
+        <font size="-1">
+         <em>Copyright &#169; 2009 The Apache Software Foundation</em>
+        </font>
+       </td>
+   </tr>
+  </table>
+
+</body>
+        <script language='Javascript' type='text/javascript'>
+       var path = location.pathname;
+       path = path.replace( /\/docs\//, '/docs/1.3/' );
+       document.getElementById("docLink").href=(path);
+       </script>
+
+</html>
+