我正在将旧网站重定向到另一个域。使用htaccess我已经列出了大约40-50个特定页面,这些页面将被重新定向到它在新域上的等价物,即:
redirect 301 /delivery.php http://www.newdomain.com/delivery/
redirect 301 /contact.php http://www.newdomain.com/contact-us/
redirect 301 /about.php http://www.newdomain.com/about/
redirect 301 /stores/finder.php http://www.newdomain.com/branch-finder/
...
然后我可能有大约600-700个其他链接,我不需要它们去特定页面,只是新域名主页。有没有办法可以让所有其他页面进入主页'要转到http://www.newdomain.com
的行或命令?否则我将不得不手动输入并输入每一个
答案 0 :(得分:0)
有没有办法可以让'和所有其他页面进入主页'
确定您可以将此规则设为您的最后一条规则:
RedirectMatch 301 ^/.+ http://www.newdomain.com/