mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/controller] Update wording in .htaccess documentation comments
PHPBB3-10864
This commit is contained in:
parent
14f44c17ad
commit
235b0194f1
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
#
|
#
|
||||||
# Uncomment the following 3 lines if you want to rewrite URLs passed through
|
# 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,
|
# 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
|
# a controller is by default accessed at /app.php/my/controller, but will then
|
||||||
# can now be accessed at /my/controller directly.
|
# be accessed at /my/controller directly.
|
||||||
#
|
#
|
||||||
#RewriteCond %{REQUEST_FILENAME} !-f
|
#RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
#RewriteCond %{REQUEST_FILENAME} !-d
|
#RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
|
Loading…
Add table
Reference in a new issue