diff options
| author | David King <imkingdavid@gmail.com> | 2012-11-15 15:20:47 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-11-16 17:05:49 -0500 |
| commit | d0269629dcee2dda176807bdd944415d1713db7b (patch) | |
| tree | 3fbfcb40b83dff223d9fd443254e981e090b601f /phpBB | |
| parent | db071d68541d132f5b06da652a2214b664552b1e (diff) | |
| download | forums-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
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/.htaccess | 8 |
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"> |
