7 Star 30 Fork 21

灼灼文化 / 呼啦企业网站管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.htaccess 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
张阳 提交于 2021-06-22 10:55 . hulacwms3.0
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)\.php(.*)$ $1.php?s=$2 [QSA,PT,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]
</IfModule>
PHP
1
https://gitee.com/zhuopro/hulacwms.git
git@gitee.com:zhuopro/hulacwms.git
zhuopro
hulacwms
呼啦企业网站管理系统
master

搜索帮助