1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-26 04:55:12 +02:00

[feature/controller] Update wording in .htaccess documentation comments

PHPBB3-10864
This commit is contained in:
David King
2012-11-15 16:16:25 -05:00
parent 14f44c17ad
commit 235b0194f1

View File

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