aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-11-15 15:20:47 -0500
committerDavid King <imkingdavid@gmail.com>2012-11-16 17:05:49 -0500
commitd0269629dcee2dda176807bdd944415d1713db7b (patch)
tree3fbfcb40b83dff223d9fd443254e981e090b601f
parentdb071d68541d132f5b06da652a2214b664552b1e (diff)
downloadforums-d0269629dcee2dda176807bdd944415d1713db7b.tar
forums-d0269629dcee2dda176807bdd944415d1713db7b.tar.gz
forums-d0269629dcee2dda176807bdd944415d1713db7b.tar.bz2
forums-d0269629dcee2dda176807bdd944415d1713db7b.tar.xz
forums-d0269629dcee2dda176807bdd944415d1713db7b.zip
[feature/controller] Documentation about Symlinks in .htaccess
PHPBB3-10864
-rw-r--r--phpBB/.htaccess8
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess
index 1713f8e522..9f635dba57 100644
--- a/phpBB/.htaccess
+++ b/phpBB/.htaccess
@@ -1,5 +1,3 @@
-Options +FollowSymLinks
-
<IfModule mod_rewrite.c>
#
# Uncomment the following line if you will be using any of the URL
@@ -23,6 +21,12 @@ Options +FollowSymLinks
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ app.php [QSA,L]
+
+#
+# On Windows, you must also uncomment the following line so that SymLinks
+# are followed.
+#
+#Options +FollowSymLinks
</IfModule>
<Files "config.php">