mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
[ticket/11215] Add newline back to .htaccess, fix wording
PHPBB3-11215
This commit is contained in:
@@ -15,8 +15,8 @@ RewriteEngine on
|
|||||||
#
|
#
|
||||||
# The following 3 lines will rewrite URLs passed through the front controller
|
# The following 3 lines will rewrite URLs passed through the front controller
|
||||||
# to not require app.php in the actual URL. In other words, a controller is
|
# to not require app.php in the actual URL. In other words, a controller is
|
||||||
# by default accessed at /app.php/my/controller, but can also be accessible
|
# by default accessed at /app.php/my/controller, but can also be accessed at
|
||||||
# at /my/controller
|
# /my/controller
|
||||||
#
|
#
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
Reference in New Issue
Block a user