1 Star 0 Fork 1

小米 / qin-niao-could

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
六月烟云网络工作室 提交于 2022-11-03 05:56 . 第一次提交
Options All -Indexes
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?altum=$1 [QSA,L]
<Files debug.log>
Order allow,deny
Deny from all
</Files>
<IfModule mod_expires.c>
<filesMatch ".(gif|ico|jpg|jpeg|png|svg|webp)$">
Header set Cache-Control "max-age=31536000, public"
</filesMatch>
<filesMatch ".(js|css)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
</IfModule>
PHP
1
https://gitee.com/mitm/qin-niao-could.git
git@gitee.com:mitm/qin-niao-could.git
mitm
qin-niao-could
qin-niao-could
master

搜索帮助