我试图将子目录及其下的所有内容重定向到另一个网址。例如,
http://example.com/example/应该转到http://cname.example.com/example/。我不知道如何在apache中这样做。我知道如何从子目录重写到root,但没有别的。有谁知道怎么做?
答案 0 :(得分:1)
重定向301 / example / http://cname.example.com/example/
[编辑:添加链接] http://www.webweaver.nu/html-tips/web-redirection.shtml