Commit d8abb9d6 by Taylor Otwell

Merge pull request #1877 from briankiewel/htaccess-tabs

Converted spaces to tabs in .htaccess for consistency
parents 5c340a60 982e51fd
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment