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

[ticket/11215] Add newline back to .htaccess, fix wording

PHPBB3-11215
This commit is contained in:
David King 2013-09-02 11:53:52 -07:00
parent 5c50dc721d
commit 5ed5f43afe

View File

@ -15,8 +15,8 @@ RewriteEngine on
#
# 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
# by default accessed at /app.php/my/controller, but can also be accessible
# at /my/controller
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
@ -38,4 +38,4 @@ Deny from All
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
</Files>