mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/controller] Clarify working paths after enabling rewriting
PHPBB3-10864
This commit is contained in:
parent
f42b36185c
commit
b2598662af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue