diff options
author | David King <imkingdavid@gmail.com> | 2012-11-15 16:16:25 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-11-16 17:05:50 -0500 |
commit | 235b0194f140a369137bd4d92bfd1b10d5e08787 (patch) | |
tree | a17a4e175a364d5b94727c2588e91f59535bbb84 /phpBB | |
parent | 14f44c17ad76878ed540cd5dd56a3a62b30dbd15 (diff) | |
download | forums-235b0194f140a369137bd4d92bfd1b10d5e08787.tar forums-235b0194f140a369137bd4d92bfd1b10d5e08787.tar.gz forums-235b0194f140a369137bd4d92bfd1b10d5e08787.tar.bz2 forums-235b0194f140a369137bd4d92bfd1b10d5e08787.tar.xz forums-235b0194f140a369137bd4d92bfd1b10d5e08787.zip |
[feature/controller] Update wording in .htaccess documentation comments
PHPBB3-10864
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/.htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess index 9f635dba57..d61ef7b893 100644 --- a/phpBB/.htaccess +++ b/phpBB/.htaccess @@ -15,8 +15,8 @@ # # 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, -# an controller that would by default be accessed at /app.php/my/controller -# can now be accessed at /my/controller directly. +# a controller is by default accessed at /app.php/my/controller, but will then +# be accessed at /my/controller directly. # #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d |