diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-07 14:56:09 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-07 14:56:09 +0100 |
commit | 39f5aaa5265937334ab3c97c5bec7dca2ebb79ee (patch) | |
tree | 3c6802098f160bf6f37cf64e6d4ff6cb02a5d58c | |
parent | 01b29b8464b7a699b1e5564ee77d9a27b113d276 (diff) | |
parent | 663ee34f66d6ded7eb3c5cc81d1d1df32a31966f (diff) | |
download | forums-39f5aaa5265937334ab3c97c5bec7dca2ebb79ee.tar forums-39f5aaa5265937334ab3c97c5bec7dca2ebb79ee.tar.gz forums-39f5aaa5265937334ab3c97c5bec7dca2ebb79ee.tar.bz2 forums-39f5aaa5265937334ab3c97c5bec7dca2ebb79ee.tar.xz forums-39f5aaa5265937334ab3c97c5bec7dca2ebb79ee.zip |
Merge pull request #4167 from Mauron/ticket/14458
fixes #4167
* 3.1.x:
[ticket/14458] Explicitly state RewriteBase into .htaccess root file
-rw-r--r-- | phpBB/.htaccess | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess index 1ae74ed825..53bce762ea 100644 --- a/phpBB/.htaccess +++ b/phpBB/.htaccess @@ -2,6 +2,16 @@ RewriteEngine on # +# Uncomment the statement below if URL rewriting doesn't +# work properly. If you installed phpBB in a subdirectory +# of your site, properly set the argument for the statement. +# e.g.: if your domain is test.com and you installed phpBB +# in http://www.test.com/phpBB/index.php you have to set +# the statement RewriteBase /phpBB/ +# +#RewriteBase / + +# # Uncomment the statement below if you want to make use of # HTTP authentication and it does not already work. # This could be required if you are for example using PHP via Apache CGI. |