【发布时间】:2010-11-05 14:29:02
【问题描述】:
我试图将子目录及其下的所有内容重定向到另一个 url。例如,
http://example.com/example/ 应该转到http://cname.example.com/example/。我不确定如何在 apache 中执行此操作。我知道如何从子目录重写到根目录,但没有别的。有人知道怎么做吗?
【问题讨论】:
我试图将子目录及其下的所有内容重定向到另一个 url。例如,
http://example.com/example/ 应该转到http://cname.example.com/example/。我不确定如何在 apache 中执行此操作。我知道如何从子目录重写到根目录,但没有别的。有人知道怎么做吗?
【问题讨论】:
重定向 301 /example/ http://cname.example.com/example/
[编辑:添加链接] http://www.webweaver.nu/html-tips/web-redirection.shtml
【讨论】: