通过RewriteRule ^news-([0-9]+)\.html(.*)$ newsDetail.php?id=$1$2 [QSA]或者RewriteRule ^news-([0-9]+)\.html?(.*)$ newsDetail.php?id=$1$2 [QSA]或者^resume-([0-9]+).html index.php?mod=person&act=resume&id=$1 [QSA]
就能将 news-123.html?a=1b=1伪到newsDetail.php?id=123&a=1&b=1
留下你的看法: