A special shortcut format can be used if a rule only specifies pattern and route: 'pattern' => 'route'. That is, instead of using a configuration array, one can use the key to represent the pattern and the value the corresponding route. For example, 'post/<id:\d+>' => 'post/view'.
配置文件中urlmanager 属性rules中为你其他特别的要article打头的控制器配置规则,应该有效
看了一下api文档,当enablePrettyURL为true时可以自行配置。
这里的route应该可以自定义。