]> granicus.if.org Git - apache/commitdiff
Fix bogus URLs.
authorMarc Slemko <marc@apache.org>
Sun, 27 Apr 1997 07:42:06 +0000 (07:42 +0000)
committerMarc Slemko <marc@apache.org>
Sun, 27 Apr 1997 07:42:06 +0000 (07:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78033 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index c38a899beba49cb19502cb44ba4566692c2e677c..3ea41b62d10fd542bd21eb8afbe0b3b407b5b952 100644 (file)
@@ -8,7 +8,7 @@
   <!--#include virtual="header.html" -->
   <H1>Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.44 $ ($Date: 1997/04/26 12:21:14 $)
+  $Revision: 1.45 $ ($Date: 1997/04/27 07:42:06 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
@@ -30,7 +30,6 @@
 <!--    - verify that the numbering matches up.                     -->
 <!--  - Don't forget to include an HR tag after the last /P tag     -->
 <!--    but before the /LI in an item.                              -->
-  </P>
   <P>
   If you are reading a text-only version of this FAQ, you may find numbers
   enclosed in brackets (such as &quot;[12]&quot;).  These refer to the list of
     The default location of the error log is 
     <CODE>/usr/local/etc/httpd/logs/error_log</CODE>, but see the 
     <A
-     HREF="http:../mod/core.html#errorlog"
+     HREF="../mod/core.html#errorlog"
     ><SAMP>ErrorLog</SAMP></A>
     directive in your config files for the location on your server.
     </P>
   server's ability to provide language-specific document variants in
   response to a request.  This is documented quite thoroughly in the 
   <A
-   HREF="http:../content-negotiation.html"
+   HREF="../content-negotiation.html"
    REL="Help"
   >content negotiation</A>
   description page.
     This hurts performance and should only be used as a last resort.
    </LI>
   </UL>
-  </P>
   <HR>
  </LI>
  <LI><A NAME="wheres-the-dump">