Updated line to use spaces instead of tabs.

This commit is contained in:
ameech
2013-09-19 00:10:17 -05:00
parent fbd93f6997
commit a7b209ffcc

View File

@@ -2,7 +2,7 @@
Options -MultiViews Options -MultiViews
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L] RewriteRule ^ index.php [L]
</IfModule> </IfModule>