未找到CodeIgniter资产

时间:2014-04-16 21:25:48

标签: .htaccess codeigniter twitter-bootstrap

请帮助CodeIgniter资产。我尝试了StackOverflow的大部分解决方案(包括自动加载实用程序帮助程序),到目前为止没有任何工作。以下是我的设置:

文件夹路径:

See Folder Path Below

的.htaccess

<IfModule mod_rewrite.cs>
    RewriteBase /hnk_ci
    RewriteEngine On 
    RewriteCond $1 !^(index\.php|assets|robots\.txt) 
    RewriteCond %{REQUEST_FILENAME} !-f 
    RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteRule ^(.*)$ index.php/$1 [L] 
</IfModule>

当我查看源代码时,它看起来像这样:

<link href="http://localhost/hnk_ci/assets/css/bootstrap.min.css" rel="stylesheet">

但是当从源代码点击css链接时,我收到此错误:

在此服务器上找不到请求的网址/hnk_ci/assets/css/bootstrap.min.css。

0 个答案:

没有答案