From a7b209ffcc2b724d00ab4410f93907f8a1391e20 Mon Sep 17 00:00:00 2001 From: ameech Date: Thu, 19 Sep 2013 00:10:17 -0500 Subject: [PATCH] Updated line to use spaces instead of tabs. --- public/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index cf675fba..8105a22b 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -2,7 +2,7 @@ Options -MultiViews RewriteEngine On - RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] - \ No newline at end of file +