4 Star 0 Fork 0

Gitee 极速下载/SimpleFramework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/codera21/SimpleFramework
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.htaccess 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Atul Nepal 提交于 7年前 . first commit
RewriteEngine On
Options +FollowSymLinks -MultiViews
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^bo/(.*)$ Admin/$1 [L]
# first enable expires module,deflatemodule, headers module
<IfModule mod_headers.c>
ExpiresActive On
ExpiresDefault 604800
<FilesMatch "\.(jpg|jpeg|png|ico|gif|flv|pdf|swf|mov|mp3|wmv|ppt)$">
Header set Cache-Control "max-age=31536000, public"
</FilesMatch>
<FilesMatch "\.(js|css)$">
Header set Cache-Control "private, must-revalidate, max-age=604800"
</FilesMatch>
# Force no caching for dynamic files
<FilesMatch ".(php|cgi|pl|htm)$">
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Pragma "no-cache"
</FilesMatch>
</IfModule>
# Or, compress certain file types by extension:
<files *.html,*.css,*.js>
SetOutputFilter DEFLATE
</files>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/SimpleFramework.git
git@gitee.com:mirrors/SimpleFramework.git
mirrors
SimpleFramework
SimpleFramework
master

搜索帮助