请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

访问不到页面

我使用原生的bootstrap建立导航,因为Controller使用了多个单词构成的驼峰形式,我在各个单词之间使用了“-”,但是网页还是访问不到。

<li><a href="<?php echo \yii\helpers\Url::toRoute('equipment-type/index'); ?>">装置类型</a></li>

我的controller是:EquipmentTypeController

action是:actionIndex。

老师,这是为什么呢?

正在回答

3回答

访问地址应该是http://localhost:8080/jxsenergy/web/index.php?r=equipment-type/index,模板路径名称应该是EquipmentType

1 回复 有任何疑惑可以回复我~
  • 提问者 慕慕7355481 #1
    哦,可以了,把文件夹的名称也改成了equipment-type
    回复 有任何疑惑可以回复我~ 2017-05-25 11:15:08
  • 提问者 慕慕7355481 #2
    非常感谢李神!
    回复 有任何疑惑可以回复我~ 2017-05-25 11:15:26
  • Jason 回复 提问者 慕慕7355481 #3
    客气了
    回复 有任何疑惑可以回复我~ 2017-05-25 11:16:48
提问者 慕慕7355481 2017-05-25 10:29:37

我的views下面的文件夹是equipmentType,

如果访问的是http://localhost:8080/jxsenergy/web/index.php?r=equipment-type/index,那么: the file not find。

如果我访问的是http://localhost:8080/jxsenergy/web/index.php?r=equipmentType/index,那么出现的是404错误

0 回复 有任何疑惑可以回复我~
Jason 2017-05-25 09:39:02

看样子是没错,直接访问这个地址试试

0 回复 有任何疑惑可以回复我~
  • 提问者 慕慕7355481 #1
    我的views下面的文件夹是equipmentType,
    如果访问的是http://localhost:8080/jxsenergy/web/index.php?r=equipment-type/index,那么: the file not find。
    如果我访问的是http://localhost:8080/jxsenergy/web/index.php?r=equipmentType/index,那么出现的是404错误
    回复 有任何疑惑可以回复我~ 2017-05-25 10:29:51
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信