diff options
author | David King <imkingdavid@gmail.com> | 2012-11-15 16:24:32 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-11-16 17:05:51 -0500 |
commit | f42b36185c86dfe19974c866ce7e284263aff371 (patch) | |
tree | 779c613e4d2a5081007a7b82007acf7aba391a27 | |
parent | 45b3ab8e81a3cffae4d0ada8785620ea4209c207 (diff) | |
download | forums-f42b36185c86dfe19974c866ce7e284263aff371.tar forums-f42b36185c86dfe19974c866ce7e284263aff371.tar.gz forums-f42b36185c86dfe19974c866ce7e284263aff371.tar.bz2 forums-f42b36185c86dfe19974c866ce7e284263aff371.tar.xz forums-f42b36185c86dfe19974c866ce7e284263aff371.zip |
[feature/controller] Better explanation of the Options +FollowSymLinks line
PHPBB3-10864
-rw-r--r-- | phpBB/.htaccess | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess index d61ef7b893..3283b9beb8 100644 --- a/phpBB/.htaccess +++ b/phpBB/.htaccess @@ -23,8 +23,9 @@ #RewriteRule ^(.*)$ app.php [QSA,L] # -# On Windows, you must also uncomment the following line so that SymLinks -# are followed. +# If symbolic links are not already being followed, +# uncomment the line below. +# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/ # #Options +FollowSymLinks </IfModule> |