Commit 51890908 authored by Rainer Jung's avatar Rainer Jung
Browse files

Fix typo in docs

(miscomception ->misconception)

Backport of r1367778 from trunk resp.
r1367779. from 2.4.x.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1367780 13f79535-47bb-0310-9956-ffa450edef68
parent 8d180e99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ changes on a per-directory basis.</p>
    you don't have access to the main server configuration file. There is,
    for example, a common misconception that user authentication should
    always be done in <code>.htaccess</code> files, and, in more recent years,
    another miscomception that <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> directives
    another misconception that <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> directives
    must go in <code>.htaccess</code> files. This is simply not the
    case. You can put user authentication configurations in the main server
    configuration, and this is, in fact, the preferred way to do
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ changes on a per-directory basis.</p>
    you don't have access to the main server configuration file. There is,
    for example, a common misconception that user authentication should
    always be done in <code>.htaccess</code> files, and, in more recent years,
    another miscomception that <module>mod_rewrite</module> directives
    another misconception that <module>mod_rewrite</module> directives
    must go in <code>.htaccess</code> files. This is simply not the
    case. You can put user authentication configurations in the main server
    configuration, and this is, in fact, the preferred way to do