【发布时间】:2014-05-13 13:37:27
【问题描述】:
我需要将旧结构中的 URL 重定向到新结构。
旧网址:
http://domain.com/index.php?name=PNphpBB2&file=viewtopic&p=28341&highlight=inner#28341
新网址:
http://domain.com/viewtopic.php?p=28341&highlight=inner#28341
如何通过 htaccess 做到这一点?还是我需要在 /index.php 文件中添加一些东西?
提前致谢。
【问题讨论】:
-
参数
name有没有用到? -
不再使用name变量。
标签: .htaccess url mod-rewrite redirect permalinks