From 0f68f561e9d86c36cf8d9790e7105d0931cf88f0 Mon Sep 17 00:00:00 2001 From: Chen Hua Date: Wed, 25 Dec 2013 09:57:47 +0800 Subject: [PATCH] tabs to spaces --- 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]