动态地址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]

posted @ 2012-05-26 06:35  某人2013  阅读(401)  评论(0编辑  收藏  举报