From: Christophe Jaillet Date: Wed, 30 Apr 2014 04:43:28 +0000 (+0000) Subject: Correct typo as spoted in a comment in online doc X-Git-Tag: 2.4.10~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f982591232ac275f8b4d4b1e90ec733e08e3c2d;p=apache Correct typo as spoted in a comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591193 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 71b2a1af58..95cd63b4dc 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -175,7 +175,7 @@

If you want to allows users to modify the server configuration in their web space, they will need to use .htaccess files to - make these changed. Ensure that you have set AllowOverride to a + make these changes. Ensure that you have set AllowOverride to a value sufficient for the directives that you want to permit the users to modify. See the .htaccess tutorial for additional details on how this works.

diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml index 456601151b..112fa9bb88 100644 --- a/docs/manual/howto/public_html.xml +++ b/docs/manual/howto/public_html.xml @@ -175,7 +175,7 @@

If you want to allows users to modify the server configuration in their web space, they will need to use .htaccess files to - make these changed. Ensure that you have set AllowOverride to a value sufficient for the directives that you want to permit the users to modify. See the .htaccess tutorial for