Merge pull request #2321 from ameech/patch-1

Updated line to use spaces instead of tabs.
This commit is contained in:
Taylor Otwell
2013-10-22 18:07:44 -07:00

View File

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