codeigniter 3 No input file specified解决方案,只需改一处配置

我本地环境是Nginx1.15.11:
codeigniter 3 No input file specified解决方案-亲测简单有效
找到 application/config/config.php第26行,改为:
$config['base_url'] = 'http://lidysun.me/';
codeigniter 3 No input file specified解决方案-亲测简单有效
其中lidysun.me是本机web服务器配置的域名。
codeigniter 3 No input file specified解决方案-亲测简单有效
最后来点张大红袍图:easy and nice
codeigniter 3 No input file specified解决方案-亲测简单有效

相关文章:

  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2021-05-25
  • 2022-01-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案