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.
我想从以下位置重定向:
http://www.mydomain.com/historical/category
至:
http://www.mydomain.com/category
我怎样才能用.htaccess 做到这一点?
谢谢
使用类似的东西
重定向/historical/category/index.html http://www.mydomain.com/category
在这里查看更多