yii2.0  访问控制器下的方法时出现 Object Not Found! 时

可以查看(apache)  入口文件index.php 的同级有没有 .htaccess 文件

没有.htaccess文件  要添加该文件

内容:

1 RewriteEngine on
2 RewriteCond %{REQUEST_FILENAME} !-f
3 RewriteCond %{REQUEST_FILENAME} !-d
4 RewriteRule . index.php

保存后重启apache

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2021-11-13
  • 2021-11-19
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案