.htaccess A网站单页面301到B网站单页面
时间:2014-08-22 12:18:16
收藏:0
阅读:251
.htaccess 301问题
A网站 a.com/a.html 301到 B网站 b.com/b.html
RewriteRule ^a.com/a.html$ http://www.b.com/b.html&%{QUERY_STRING} [R=301,L]
评论(0)