Merge pull request #1877 from briankiewel/htaccess-tabs
Converted spaces to tabs in .htaccess for consistency
This commit is contained in:
commit
d8abb9d603
|
@ -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>
|
Loading…
Reference in New Issue