【发布时间】:2015-09-21 08:27:44
【问题描述】:
我想将旧的动态 URL 重定向到新的动态 URL,如下所示:
http://example.com/test1/parent_record/requested_record 到 http://example.com/test/detail/requested_record
有什么建议吗?
【问题讨论】:
-
/test/detail/会是所有新 URL 之前的静态文本吗? -
是的 /test/detail/ 将是静态的
标签: .htaccess url-redirection http-status-code-301