From: Rainer Jung Date: Tue, 31 Jul 2012 20:59:29 +0000 (+0000) Subject: Fix typo in docs X-Git-Tag: 2.5.0-alpha~6548 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c0cb7d1ed1b9a19b1098410ca334dea0df4fcd4;p=apache Fix typo in docs (miscomception ->misconception) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367778 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index fe50153787..7ff6e93d30 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