/article/soft.php?id=225&type=down 重定向到 /soft/225.htm
方法:
RewriteCond %{QUERY_STRING} ^id=([0-9]*)&type=down$ [NC]
RewriteRule ^article/soft\.php soft/%1.html? [L,R=301]
/article/soft.php?id=225&type=down 重定向到 /soft/225.htm
方法:
RewriteCond %{QUERY_STRING} ^id=([0-9]*)&type=down$ [NC]
RewriteRule ^article/soft\.php soft/%1.html? [L,R=301]
转载于:https://www.cnblogs.com/lxu220/archive/2012/05/26/2518866.html