1 Star 0 Fork 0

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

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.htaccess 450 Bytes
Copy Edit Raw Blame History
沉冰浮水 authored 2021-12-09 12:02 +08:00 . 针对性的伪静态 - php-rewrite/index.php
<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

Search