【发布时间】:2018-02-19 21:58:16
【问题描述】:
我从来没有写过任何 htaccess 密码,而且默认情况下没有给我足够的工作来获得我需要的东西,
我有一个类似的网址:http://domaineA.com/target:/to/be/removed/keep/this.ext
我想将所有像这样的 URL 重定向到:
http://domaineB.com/keep/this.ext
我试过了,但没有用:
//301 Redirect Entire Directory
RedirectMatch 301 http://domaineA.com/target:/to/be/removed(.*) http://domaineB.com/$1
更新:
我忘了说 /keep/this.ext 是动态的,它代表了我的目录的所有文件。
谢谢
【问题讨论】:
标签: php .htaccess redirect iis