From 982e51fd98dac6feed8ec7939c3434c325769f8e Mon Sep 17 00:00:00 2001 From: Brian Kiewel Date: Sat, 13 Apr 2013 09:39:38 -0700 Subject: [PATCH] Converted spaces to tabs for consistency --- public/.htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 2a235ee4..a3432c2a 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,10 +1,10 @@ - Options -MultiViews - RewriteEngine On + Options -MultiViews + RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L] - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^ index.php [L] + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.php [L] \ No newline at end of file