【发布时间】:2013-09-29 22:09:55
【问题描述】:
我是 CodeIgniter 的新手。在我的项目中,基本 URL 代码无法正常工作...
在 config.php 中:
$config['base_url'] = 'http://localhost/simpleblog/';
看来是:
<link type="text/css" rel="stylesheet" href="href="<?=base_url()?>views/css/Main.css" />
我的项目文件结构附加在 skydrive 中 https://skydrive.live.com/redir?resid=3BFF708C7026EB1B!139&authkey=!AEQSh3KwTzDU328&v=3
还有错误
https://skydrive.live.com/redir?resid=3BFF708C7026EB1B!140&authkey=!AMwGc_UWpqlezOM&v=3
我该如何解决这个问题?
【问题讨论】:
标签: php codeigniter base-url