From 5ed5f43afea226c421a84c21e486c9f7008c8d49 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 2 Sep 2013 11:53:52 -0700 Subject: [ticket/11215] Add newline back to .htaccess, fix wording PHPBB3-11215 --- phpBB/.htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB') diff --git a/phpBB/.htaccess b/phpBB/.htaccess index a2695ae892..80654cf729 100644 --- a/phpBB/.htaccess +++ b/phpBB/.htaccess @@ -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 Order Allow,Deny Deny from All - \ No newline at end of file + -- cgit v1.2.1