www.abc.com/tag-xxx.html
增加伪静态规则
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^tag-(.+)\.html$
/home/index/tag/?&tag=$1&%1
时间: 2024-10-12 20:50:10
www.abc.com/tag-xxx.html
增加伪静态规则
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^tag-(.+)\.html$
/home/index/tag/?&tag=$1&%1