[feature/controller] Clarify working paths after enabling rewriting

PHPBB3-10864
This commit is contained in:
David King 2012-11-15 16:26:00 -05:00
parent f42b36185c
commit b2598662af

View file

@ -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