Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据下面的重定向,我怎样才能让它从 2007-2010 重定向?
RedirectMatch 301 ^/2010/([0-9]+)/(.*)$ http://archive.website.com/2010/$1/$2
你可以试试:
RedirectMatch 301 ^/(200[7-9]|2010)/([0-9]+)/(.*)$ http://archive.website.com/$1/$2/$3