Browse Source

Converted spaces to tabs for consistency

Brian Kiewel 11 years ago
parent
commit
982e51fd98
1 changed files with 4 additions and 4 deletions
  1. 4 4
      public/.htaccess

+ 4 - 4
public/.htaccess

@@ -1,10 +1,10 @@
 <IfModule mod_rewrite.c>
-    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]
 </IfModule>