如何使用永久链接将默认永久链接重定向到新域/%postname%/
我.htaccess?
已经尝试了所有使用Redirect和RedirectMatch的情况,但没有成功。
Redirect 301 /?p=123 http://newdomain.com/new-post
Redirect 301 http://olddomain.com/?p=123 http://newdomain.com/new-post
RedirectMatch 301 /?p=123 http://newdomain.com/new-post
RedirectMatch 301 http://olddomain.com/?p=123 http://newdomain.com/new-post