.htaccess 伪静态规则写法写法 如http://localhost/news/bencandy.php?&fid=86&id=6832

日期:2021-08-13 23:03:23 人气:1

.htaccess 伪静态规则写法写法 如http://localhost/news/bencandy.php?&fid=86&id=6832

你想简单到什么样子呢?
下面这样行不?
RewriteBase /
Rewrite ^(\w+)_(\d+)_(\d+)\.html$ /news/$1.php?fie=$2&id=$3 [L]
然后访问地址就成了
    A+
热门评论