Browse Source

Updating .htaccess for consistency

Fixing indentation to be consistent
Euan T. 10 years ago
parent
commit
d5c1e8af96
1 changed files with 4 additions and 4 deletions
  1. 4 4
      public/.htaccess

+ 4 - 4
public/.htaccess

@@ -1,14 +1,14 @@
 <IfModule mod_rewrite.c>
 <IfModule mod_rewrite.c>
-	<IfModule mod_negotiation.c>
-    	Options -MultiViews
+    <IfModule mod_negotiation.c>
+        Options -MultiViews
     </IfModule>
     </IfModule>
 
 
     RewriteEngine On
     RewriteEngine On
 
 
     # Redirect Trailing Slashes...
     # 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} !-d
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteRule ^ index.php [L]
     RewriteRule ^ index.php [L]