标签: .htaccess url redirect
我想将网址重定向到两个
example.com/new-old.php
和
example.com/new-feb.php
当用户进入
example.com/new
我该怎么做?
答案 0 :(得分:0)
您可以在root .htaccess中使用此301规则:
RedirectMatch 301 ^/(new)-(old|feb)/?$ /$1