diff options
author | David King <imkingdavid@gmail.com> | 2013-09-02 11:53:52 -0700 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-09-02 11:53:52 -0700 |
commit | 5ed5f43afea226c421a84c21e486c9f7008c8d49 (patch) | |
tree | 1f7e1d3204712857885f960b8650e49c831f05d8 /phpBB | |
parent | 5c50dc721d0f1d7fbfedcbbd573d23751a0504f5 (diff) | |
download | forums-5ed5f43afea226c421a84c21e486c9f7008c8d49.tar forums-5ed5f43afea226c421a84c21e486c9f7008c8d49.tar.gz forums-5ed5f43afea226c421a84c21e486c9f7008c8d49.tar.bz2 forums-5ed5f43afea226c421a84c21e486c9f7008c8d49.tar.xz forums-5ed5f43afea226c421a84c21e486c9f7008c8d49.zip |
[ticket/11215] Add newline back to .htaccess, fix wording
PHPBB3-11215
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/.htaccess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess index a2695ae892..80654cf729 100644 --- a/phpBB/.htaccess +++ b/phpBB/.htaccess @@ -15,8 +15,8 @@ RewriteEngine on # # The following 3 lines will rewrite URLs passed through the front controller # to not require app.php in the actual URL. In other words, a controller is -# by default accessed at /app.php/my/controller, but can also be accessible -# at /my/controller +# by default accessed at /app.php/my/controller, but can also be accessed at +# /my/controller # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d @@ -38,4 +38,4 @@ Deny from All <Files "common.php"> Order Allow,Deny Deny from All -</Files>
\ No newline at end of file +</Files> |