这是目标: 重定向这个: http://example.com/someDir/default.aspx?Some=query 至: http://sub.example.com/home/default.aspx?Some=query
在.htaccess中这是否可行?我可以在WordPress环境中完成吗?
感谢您的帮助!
-Jacob
答案 0 :(得分:0)
是 - RedirectMatch允许您使用捕获组:
RedirectMatch 301 /foo/bar.aspx(\?.+)? http://sub.example.com/foo/bar.aspx$1