Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.htaccess 205 Bytes
Copy Edit Raw Blame History
旭晓耿 authored 2021-02-08 13:13 . 初始11.0
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化