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 2002/09/05 04:31:03 UTC

cvs commit: httpd-2.0/docs/manual/mod core.html.en core.xml

rbowen      2002/09/04 19:31:03

  Modified:    docs/manual/mod core.html.en core.xml
  Log:
  Add link to .htaccess tutorial
  
  Revision  Changes    Path
  1.21      +1 -1      httpd-2.0/docs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- core.html.en	29 Aug 2002 06:45:39 -0000	1.20
  +++ core.html.en	5 Sep 2002 02:31:02 -0000	1.21
  @@ -92,7 +92,7 @@
   &nbsp;&nbsp;AllowOverride None<br>
   &lt;/Directory&gt;
   </code></td></tr></table></blockquote>
  -<p><strong>See also </strong></p><ul><li><a href="#allowoverride" class="directive"><code class="directive">AllowOverride</code></a></li><li><a href="../configuring.html">Configuration Files</a></li></ul><hr><h2><a name="AddDefaultCharset">AddDefaultCharset</a> <a name="adddefaultcharset">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: 
  +<p><strong>See also </strong></p><ul><li><a href="#allowoverride" class="directive"><code class="directive">AllowOverride</code></a></li><li><a href="../configuring.html">Configuration Files</a></li><li><a href="../howto/htaccess.html">.htaccess Files</a></li></ul><hr><h2><a name="AddDefaultCharset">AddDefaultCharset</a> <a name="adddefaultcharset">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: 
                     </strong></td><td>Default character set to be added for a
   response without an explicit character set</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                     </a></td><td>AddDefaultCharset On|Off|<em>charset</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: 
  
  
  
  1.26      +1 -0      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- core.xml	23 Aug 2002 18:05:38 -0000	1.25
  +++ core.xml	5 Sep 2002 02:31:03 -0000	1.26
  @@ -109,6 +109,7 @@
   </usage>
   <seealso><directive module="core">AllowOverride</directive></seealso>
   <seealso><a href="../configuring.html">Configuration Files</a></seealso>
  +<seealso><a href="../howto/htaccess.html">.htaccess Files</a></seealso>
   </directivesynopsis>
   
   <directivesynopsis>