Skip to content

Commit

Permalink
修复win32上Apache可能出现乱码
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Aug 22, 2018
1 parent 4e276df commit c3b58f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteRule ^(.*) index.php?/$1 [L]

0 comments on commit c3b58f1

Please sign in to comment.