diff options
| author | David King <imkingdavid@gmail.com> | 2013-09-02 11:51:52 -0700 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2013-09-02 11:51:52 -0700 |
| commit | 5c50dc721d0f1d7fbfedcbbd573d23751a0504f5 (patch) | |
| tree | 5bc0071a06bc54dd172f145775296ed1e1480b45 | |
| parent | 1e64095e17ca43273864aa400efed5c7e1fc0ceb (diff) | |
| download | forums-5c50dc721d0f1d7fbfedcbbd573d23751a0504f5.tar forums-5c50dc721d0f1d7fbfedcbbd573d23751a0504f5.tar.gz forums-5c50dc721d0f1d7fbfedcbbd573d23751a0504f5.tar.bz2 forums-5c50dc721d0f1d7fbfedcbbd573d23751a0504f5.tar.xz forums-5c50dc721d0f1d7fbfedcbbd573d23751a0504f5.zip | |
[ticket/11215] Update comment in .htaccess
PHPBB3-11215
| -rw-r--r-- | phpBB/.htaccess | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess index aaaae0545d..a2695ae892 100644 --- a/phpBB/.htaccess +++ b/phpBB/.htaccess @@ -13,10 +13,10 @@ RewriteEngine on #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # -# Uncomment the following 3 lines if you want to rewrite URLs passed through -# the front controller to not use app.php in the actual URL. In other words, -# a controller is by default accessed at /app.php/my/controller, but will then -# be accessible at either /app.php/my/controller or just /my/controller +# 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 # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d |
