From: Joshua Slive Date: Sun, 12 Nov 2000 20:19:08 +0000 (+0000) Subject: Typo in mod_rewrite.html. X-Git-Tag: APACHE_2_0_ALPHA_8~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc2c4d566cb94668e34c858f9635d90950c301a;p=thirdparty%2Fapache%2Fhttpd.git Typo in mod_rewrite.html. PR: 6835 Submitted by: ap@rupp.de git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 6f358c1b03f..d473ebb8a7b 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1699,7 +1699,7 @@ external redirect or proxy throughput (if flag P is used!) is f Note: To enable the rewriting engine for per-directory configuration files you need to set ``RewriteEngine On'' in these files and -``Option FollowSymLinks'' must be enabled. If your administrator has +``Options FollowSymLinks'' must be enabled. If your administrator has disabled override of FollowSymLinks for a user's directory, then you cannot use the rewriting engine. This restriction is needed for security reasons.