Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.htaccess 416 Bytes
Copy Edit Raw Blame History
人活着就是为了伊蕾娜 authored 2022-05-07 14:55 . 1
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
RewriteEngine on RewriteCond % !^$
# ????????????????????I????
# RewriteCond %{HTTP_REFERER} !^$ [NC]
# RewriteRule .(mp4) https://img2.mukewang.com/szimg/5c7e6835087ef3d806000338.jpg [R,NC,L]
</IfModule>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化