1 Star 0 Fork 0

沉冰浮水/水水的旧代码合集

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.htaccess 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /URL_Rewrite/
# 文章规则
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^post/([^/]+).html$ /URL_Rewrite/index.php?id=$1 [L]
# 文章规则结束
# # 不对访问链接作解析,只要不存在就全部交给 php 处理
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule . /URL_Rewrite/index.php [L]
</IfModule>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wdssmq/StaleCode.git
git@gitee.com:wdssmq/StaleCode.git
wdssmq
StaleCode
水水的旧代码合集
master

搜索帮助