【发布时间】:2018-07-25 20:12:44
【问题描述】:
我想重定向网址
https://old-URL.com/index.php?topic={integers} 到 https://new-URL.com/index.php?topic={integers}
我试过了:
RewriteEngine On
RewriteRule ^\/index\.php\?topic=(.*) https://new-URL.com/ [R=301]
但我似乎一辈子都得不到它。
【问题讨论】: