From: Rainer Jung Date: Tue, 31 Jul 2012 21:01:02 +0000 (+0000) Subject: Fix typo in docs X-Git-Tag: 2.4.3~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50556dc99ed133e278f4128e93a39fce5b736b15;p=apache Fix typo in docs (miscomception ->misconception) Backport of r1367778 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1367779 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index 8ebc316126..edecc2fe09 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -110,7 +110,7 @@ changes on a per-directory basis.

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 .htaccess files, and, in more recent years, - another miscomception that mod_rewrite directives + another misconception that mod_rewrite directives must go in .htaccess 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 @@ -441,4 +441,4 @@ if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--> - \ No newline at end of file + diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml index 30ca856f10..5c8ddb9871 100644 --- a/docs/manual/howto/htaccess.xml +++ b/docs/manual/howto/htaccess.xml @@ -128,7 +128,7 @@ changes on a per-directory basis.

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 .htaccess files, and, in more recent years, - another miscomception that mod_rewrite directives + another misconception that mod_rewrite directives must go in .htaccess 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