CSS和JS没有在CodeIgniter中加载

时间:2017-09-24 06:07:11

标签: javascript html css codeigniter

首次加载主页并且页面工作正常,但是多次点击同一页面时,CSS和JS以及图像都没有加载到CodeIgniter中。

所有图像都出现在正确的位置,但仍然显示404错误。

错误:

GET http://localhost:8888/CodeIgniter-3.1.5/assets/images/resume.jpg 404 (Not Found)

图片路径:源文件 - >资产 - >图像 - > resume.jpg

CodeIgniter版本:3.1.5

1 个答案:

答案 0 :(得分:0)

确保您已在codeigniter版本3>中按天内的要求在config / config.php中设置了基本网址

$config['base_url'] = 'http://localhost:8888/CodeIgniter-3.1.5/';

确保应用程序文件夹外的资产

application
assets -- folder permission 0777
system
index.php

您可能还需要一个htaccess来删除index.php

https://github.com/wolfgang1983/htaccess_for_codeigniter