【发布时间】:2015-08-04 10:23:35
【问题描述】:
使用 .htaccess 从旧 url 链接到新 url 链接的 URL 重定向
我想从
http://www.example.net/abc/abc-post/item/123-abc-xyz 到 https://www.example.net/abc/index.php/123-abc-xyz。
我尝试了以下代码,但它在 .htaccess 中不起作用
redirect 301 http://www.example.net/abc/abc-post/item/123-abc-xyz https://www.example.net/abc/index.php/123-abc-xyz.
【问题讨论】:
标签: php apache .htaccess mod-rewrite redirect