Converted spaces to tabs for consistency

This commit is contained in:
Brian Kiewel
2013-04-13 09:39:38 -07:00
parent 6e5ca7331e
commit 982e51fd98

View File

@@ -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>