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
commit 6a352640c5
1 changed files with 2 additions and 2 deletions

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>