|
我的文件结构:
/
resources
scripts/t.js
css/c.css
img/t.jpg
application
system
文件引用部分这是么写的
<head>
<link rel="stylesheet" href="/resources/css/c.css" type="text/css" />
<script type="text/javascript" SRC="/resources/scripts/t.js"></script>
</head>
当我访问我的域名的时候没有问题
我访问www.域名.com/index.php/news
的时候问题出现了,css引用正常js没有引用上,
有谁可能告诉我为什么啊,谢谢了。
|
|