From: Christophe Jaillet Date: Wed, 30 Apr 2014 04:42:53 +0000 (+0000) Subject: Correct typo as spoted in a comment in online doc X-Git-Tag: 2.2.28~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f40e93ccaf6cfdacb85c2beb365af7ae5446fef6;p=thirdparty%2Fapache%2Fhttpd.git Correct typo as spoted in a comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1591192 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 6608e35ac6f..c2c1a6888b5 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -182,7 +182,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 4d1f7687475..50e06fa2531 100644 --- a/docs/manual/howto/public_html.xml +++ b/docs/manual/howto/public_html.xml @@ -187,7 +187,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