diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-10-07 19:48:10 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-10-07 19:48:10 +0000 |
commit | 1235aa888ce284fc908bf6dc8746963d2b6e224d (patch) | |
tree | 7bf84e2a419315f39289f960f37f52973988a071 | |
parent | b548b62827aafbad2ca8135a863ed7bd16424e4f (diff) |
import apache 1.3.27 and mod_ssl 2.8.11
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/howto/htaccess.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/howto/htaccess.html b/usr.sbin/httpd/htdocs/manual/howto/htaccess.html index 9f5312f5e56..2233d0b09c7 100644 --- a/usr.sbin/httpd/htdocs/manual/howto/htaccess.html +++ b/usr.sbin/httpd/htdocs/manual/howto/htaccess.html @@ -46,7 +46,7 @@ <code><a href="../mod/core.html">core</a></code><br /> <code><a href="../mod/mod_auth.html">mod_auth</a></code><br /> <code><a href="../mod/mod_cgi.html">mod_cgi</a></code><br /> - <code><a href="../mod/mod_include.html">mod_include</a><br /> + <code><a href="../mod/mod_includes.html">mod_includes</a><br /> </code> <a href="../mod/mod_mime.html">mod_mine</a><br /> </td> @@ -60,7 +60,7 @@ <code><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code><br /> <code><a - href="../mod/mod_mime.html#sethandler">SetHandler</a></code><br /> + href="../mod/core.html#sethandler">SetHandler</a></code><br /> <code><a href="../mod/core.html#authtype">AuthType</a></code><br /> <code><a @@ -163,7 +163,7 @@ <p>However, in general, use of <code>.htaccess</code> files should be avoided when possible. Any configuration that you would consider putting in a <code>.htaccess</code> file, can just as effectively be - made in a <a href="../mod/core.html#directory"><Directory></a> + made in a <a href="../mod/core.html#Directory"><Directory></a> section in your main server configuration file.</p> <p>There are two main reasons to avoid the use of |