You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2001/12/05 20:45:45 UTC

cvs commit: httpd-2.0/docs/manual sitemap.html

slive       01/12/05 11:45:45

  Modified:    docs/manual sitemap.html
  Log:
  Get rid of some needless index.html's.
  
  Revision  Changes    Path
  1.2       +7 -7      httpd-2.0/docs/manual/sitemap.html
  
  Index: sitemap.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- sitemap.html	2001/12/03 18:19:39	1.1
  +++ sitemap.html	2001/12/05 19:45:45	1.2
  @@ -47,7 +47,7 @@
   <li><a href="misc/rewriteguide.html">URL Rewriting Guide</a></li>
   </ul></li>
   
  -<li><a href="vhosts/index.html">Apache Virtual Host documentation</a>
  +<li><a href="vhosts/">Apache Virtual Host documentation</a>
   <ul>
   <li><a href="vhosts/name-based.html">Name-based Virtual Hosts</a></li>
   <li><a href="vhosts/ip-based.html">IP-based Virtual Host Support</a></li>
  @@ -58,12 +58,12 @@
   <li><a href="dns-caveats.html">Issues Regarding DNS and Apache</a></li>
   </ul></li>
   
  -<li><a href="faq/index.html">Apache Server Frequently Asked Questions</a>
  +<li><a href="faq/">Apache Server Frequently Asked Questions</a>
   <ul>
   <li><a href="faq/support.html">Support</a></li>
   </ul></li>
   
  -<li><a href="ssl/index.html">Apache SSL/TLS Encryption</a>
  +<li><a href="ssl/">Apache SSL/TLS Encryption</a>
   <ul>
   <li><a href="ssl/ssl_intro.html">SSL/TLS Encryption: An Introduction</a></li>
   <li><a href="ssl/ssl_compat.html">SSL/TLS Encryption: Compatibility</a></li>
  @@ -97,7 +97,7 @@
   <li><a href="ebcdic.html">The Apache EBCDIC Port</a></li>
   </ul></li>
   
  -<li><a href="programs/index.html">Apache HTTP Server and Supporting Programs</a>
  +<li><a href="programs/">Apache HTTP Server and Supporting Programs</a>
   <ul>
   <li><a href="programs/httpd.html">Manual Page: httpd</a></li>
   <li><a href="programs/ab.html">Manual Page: ab</a></li>
  @@ -112,7 +112,7 @@
   <li><a href="programs/other.html">Other Programs</a></li>
   </ul></li>
   
  -<li><a href="misc/index.html">Apache Miscellaneous Documentation</a>
  +<li><a href="misc/">Apache Miscellaneous Documentation</a>
   <ul>
   <li><a href="misc/custom_errordocs.html">International Customized Server Error Messages</a></li>
   <li><a href="misc/fin_wait_2.html">Connections in FIN_WAIT_2 and Apache</a></li>
  @@ -121,7 +121,7 @@
   <li><a href="cgi_path.html">PATH_INFO Changes in the CGI Environment</a></li>
   </ul></li>
   
  -<li><a href="mod/index.html">Apache modules</a>
  +<li><a href="mod/">Apache modules</a>
   <ul>
   <li><a href="mod/index-bytype.html">Apache modules - By Type</a></li>
   <li><a href="mod/directives.html">Apache directives</a></li>
  @@ -181,7 +181,7 @@
   <li><a href="mod/mod_vhost_alias.html">Apache module mod_vhost_alias</a></li>
   </ul></li>
   
  -<li><a href="developer/index.html">Developer Documentation</a>
  +<li><a href="developer/">Developer Documentation</a>
   <ul>
   <li><a href="developer/API.html">Apache API notes</a></li>
   <li><a href="developer/debugging.html">Debugging Memory Allocation in APR</a></li>