From: Christophe Jaillet Date: Wed, 30 Apr 2014 04:42:27 +0000 (+0000) Subject: Correct typo as spoted in a comment in online doc X-Git-Tag: 2.5.0-alpha~4240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7e04cefd2c300ff39e64e4b4d2eeebe343848f0;p=apache Correct typo as spoted in a comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1591191 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index f09d957673..179c5bbd7b 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