aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-11-15 16:26:00 -0500
committerDavid King <imkingdavid@gmail.com>2012-11-16 17:05:52 -0500
commitb2598662af0b3a37b228cee03cbbf7d7160c7a11 (patch)
tree51efb555c3def7d2d8617a704cdb04112a6837cf /phpBB
parentf42b36185c86dfe19974c866ce7e284263aff371 (diff)
downloadforums-b2598662af0b3a37b228cee03cbbf7d7160c7a11.tar
forums-b2598662af0b3a37b228cee03cbbf7d7160c7a11.tar.gz
forums-b2598662af0b3a37b228cee03cbbf7d7160c7a11.tar.bz2
forums-b2598662af0b3a37b228cee03cbbf7d7160c7a11.tar.xz
forums-b2598662af0b3a37b228cee03cbbf7d7160c7a11.zip
[feature/controller] Clarify working paths after enabling rewriting
PHPBB3-10864
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess
index 3283b9beb8..d0f65e345c 100644
--- a/phpBB/.htaccess
+++ b/phpBB/.htaccess
@@ -16,7 +16,7 @@
# 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 accessed at /my/controller directly.
+# be accessible at either /app.php/my/controller or just /my/controller
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d