【发布时间】:2019-05-25 10:17:30
【问题描述】:
我们已经移动我们的网站并决定删除所有旧新闻,如果有办法重定向包含'-'的网址
这里是我们重定向的一些 URL 的示例。
RedirectMatch 301 /climate-change-threatens-expose-cold-war-secrets/?$ /news
RedirectMatch 301 /countdown-to-armed-forces-day-begins-in-liverpool/?$ /news
RedirectMatch 301 /chilcot-report-the-key-findings/?$ /news
RedirectMatch 301 /cold-war-nuclear-base-uncovered-ice-melts/?$ /news
RedirectMatch 301 /corbyn-refuses-guarantee-support-nato-allies/?$ /news
RedirectMatch 301 /comment-if-were-in-a-cold-war-how-do-we-get-out/?$ /news
是否可以使用“word1-word2-word3-OrEvenMoreWords”来重定向任何内容
谢谢
【问题讨论】: