3
私はcodeigniterの使用を開始したばかりで、私のビューにはいくつかの外部CSSを含めたいと思っていました。ここで codeigniterのアセット
<link rel="Stylesheet" type="text/css" href="http://example.com/assets/css/style.css"/>
が私の.htaccessファイルである(例としてexample.comを使用し、笑)::
application
....
system
....
assets
css
style.css
私は、このhtmlコードを使用してファイルをリンクしています:これは私のディレクトリ構造である
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
私の問題は、404エラーを返すことです。もっと情報が必要だと言ってください。
ありがとうございます!
WOW、ありがとう!それは素晴らしかった!ありがとうm8! – Fredefl