mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11215] Update comment in .htaccess
PHPBB3-11215
This commit is contained in:
parent
1e64095e17
commit
5c50dc721d
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ RewriteEngine on
|
||||||
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
|
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
|
||||||
|
|
||||||
#
|
#
|
||||||
# Uncomment the following 3 lines if you want to rewrite URLs passed through
|
# The following 3 lines will rewrite URLs passed through the front controller
|
||||||
# the front controller to not use app.php in the actual URL. In other words,
|
# to not require app.php in the actual URL. In other words, a controller is
|
||||||
# a controller is by default accessed at /app.php/my/controller, but will then
|
# by default accessed at /app.php/my/controller, but can also be accessible
|
||||||
# be accessible at either /app.php/my/controller or just /my/controller
|
# at /my/controller
|
||||||
#
|
#
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
|
Loading…
Add table
Reference in a new issue