【发布时间】:2016-08-16 20:09:09
【问题描述】:
我有一个启用了网络管理员的 wordpress 设置。 而且我配置了以下不同的站点。
http://example.com/ipl ,
http://example.com/cricket,
http://example.com/football,
http://example.com/ileague,
http://example.com/sports
但我要配置的是以下不重定向(地址栏中的URL不应更改)
http://example.com/sports/cricket 应该提供来自 http://example.com/cricket http://example.com/sports/cricket/ipl 应该提供来自 http://example.com/ipl 的内容 http://example.com/sports/football 应该提供来自 http://example.com/football 的内容 http://example.com/sports/football/ileague 应该提供来自 http://example.com/ileague 的内容
【问题讨论】:
标签: wordpress .htaccess multisite