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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=433ed57b7e3c503d5483567b5e8a6c0ad6227069;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/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 f09d9576734..179c5bbd7b3 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 456601151bf..112fa9bb883 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