假设注册了一个名为article的module,是不是以article开头的url(开启enableprettyurl,关闭showscriptname)都只能路由到article这个module,不能是其他的controller吗?
假设注册了一个名为article的module,是不是以article开头的url(开启enableprettyurl,关闭showscriptname)都只能路由到article这个module,不能是其他的controller吗?
配置文件中urlmanager 属性rules中为你其他特别的要article打头的控制器配置规则,应该有效
看了一下api文档,当enablePrettyURL为true时可以自行配置。
A special shortcut format can be used if a rule only specifies patternand route: 'pattern' => 'route'. That is, instead of using aconfiguration array, one can use the key to represent the pattern andthe value the corresponding route. For example, 'post/' =>'post/view'.
这里的route应该可以自定义。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号