diff options
author | David King <imkingdavid@gmail.com> | 2012-11-11 14:35:59 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-11-16 16:25:16 -0500 |
commit | cba0be96a9d21d6927ab998b9a880c469b64fb24 (patch) | |
tree | b1e504065b7c0cb61576c52d1af84b22c9e8ad44 /phpBB | |
parent | 4e1f17a87dc6fefa30becc594a7f41e7f6293cad (diff) | |
download | forums-cba0be96a9d21d6927ab998b9a880c469b64fb24.tar forums-cba0be96a9d21d6927ab998b9a880c469b64fb24.tar.gz forums-cba0be96a9d21d6927ab998b9a880c469b64fb24.tar.bz2 forums-cba0be96a9d21d6927ab998b9a880c469b64fb24.tar.xz forums-cba0be96a9d21d6927ab998b9a880c469b64fb24.zip |
[feature/controller] Fix 403 Forbidden error
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/.htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess index 61bd4249e3..68021177f2 100644 --- a/phpBB/.htaccess +++ b/phpBB/.htaccess @@ -1,3 +1,5 @@ +Options +FollowSymLinks + <IfModule mod_rewrite.c> RewriteEngine on |