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 2001/02/24 21:13:04 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod core.html

rbowen      01/02/24 12:13:04

  Modified:    htdocs/manual/mod core.html
  Log:
  Added "See Also" link from AccessFileName to AllowOverride. And back the
  other direction. I found this annoying when I was writing something about
  it and could not remember the options for AllowOverride.
  
  Revision  Changes    Path
  1.185     +11 -2     httpd-docs-1.3/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -r1.184 -r1.185
  --- core.html	2001/01/28 00:16:04	1.184
  +++ core.html	2001/02/24 20:13:04	1.185
  @@ -171,8 +171,13 @@
   <BLOCKQUOTE><CODE>
   &lt;Directory /&gt;<BR>
   AllowOverride None<BR>
  -&lt;/Directory&gt;</CODE></BLOCKQUOTE><P><HR>
  +&lt;/Directory&gt;</CODE>
  +</BLOCKQUOTE><P>
   
  +<P><STRONG>See Also:</STRONG>
  +<A HREF="#allowoverride">AllowOverride</a></P>
  +<HR>
  +
   <H2><A NAME="adddefaultcharset">AddDefaultCharset directive</A></H2>
   <A HREF="directive-dict.html#Syntax" REL="Help"><STRONG>Syntax:</STRONG></A> 
   AddDefaultCharset On|Off|<em>charset</em><BR>
  @@ -303,7 +308,11 @@
   Allow use of the directives controlling specific directory features
   (<A HREF="#options">Options</A> and
   <A HREF="mod_include.html#xbithack">XBitHack</A>).
  -</DL><P><HR>
  +</DL><P>
  +
  +<P><STRONG>See Also:</STRONG>
  +<A HREF="#accessfilename">AccessFileName</A></P>
  +<HR>
   
   <H2><A NAME="authname">AuthName directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AuthName} directive&gt; -->