From d5c1e8af96e4d1ea7e86418e7fea3f1a2f520baa Mon Sep 17 00:00:00 2001 From: "Euan T." Date: Mon, 16 Dec 2013 15:24:23 +0000 Subject: [PATCH] Updating .htaccess for consistency Fixing indentation to be consistent --- public/.htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index ea51a317..77827ae7 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,14 +1,14 @@ - - Options -MultiViews + + Options -MultiViews RewriteEngine On # Redirect Trailing Slashes... - RewriteRule ^(.*)/$ /$1 [L,R=301] + RewriteRule ^(.*)/$ /$1 [L,R=301] - # Handle Front Controller... + # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L]