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.
我想将所有部分页面重定向到部分首页。
例如:
www.mysite.com/section/3/article
应该重定向到
www.mysite.com/section/
我怎么能用 htaccess 做到这一点?
RedirectMatch permanent ^/section/3/ http://www.mysite.com/section/index.html
这会将所有以 to 开头的内容重定向/section/3/到http://www.mysite.com/section/index.html
/section/3/
http://www.mysite.com/section/index.html