我无法弄清楚我在这里做错了什么,我正在尝试从http://www.myoldsite.com/subfolder/page.php重定向到http://www.mynewsite.com/new-subfolder1/new-subfolder2/,但.php文件始终会附加到目标网址{{3目标网站是一个wordpress网站,我尝试了各种不同的htaccess重定向示例,下面是我现在使用的那个。
RewriteEngine On
RewriteRule ^/http://www.myoldsite.com/subfolder/page.php?$ $1http://www.mynewsite.com/new-subfolder1/new-subfolder2/$2 [R=301,L]