伪静态.htaccess怎么写长url变短地址

2025-01-19 10:02:11
推荐回答(1个)
回答(1):

试试这两个,
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^js/xt/([0-9]+).html$ js/xt/2018/0605/$1.html
或者
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^js/xt/()()([0-9]+).html$ js/xt/$1/$2/$3.html