ci无法加载css和js文件.

2.解决

删除..htaccess文件。

在config目录下配置base_url,并传给页面

$base_url = $this->config->item('base_url');
//通过参数传递到html页面
$this->load->view('form/myform.php', array('base_url'=>$base_url));

 

参考资料:http://fc-lamp.blog.163.com/blog/static/174566687201332635454328/

相关文章:

  • 2021-07-01
  • 2021-10-03
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
猜你喜欢
  • 2021-10-26
  • 2022-12-23
  • 2021-10-02
  • 2021-12-17
  • 2021-12-05
  • 2021-09-26
相关资源
相似解决方案