I am just starting out with Codeigniter.
I have referenced the css file in the corresponding views file but it fails to link. This is the code I have used to reference the css file.
<link rel="stylesheet" href="<?php echo base_url();?>css/style.css" type="text/css" media="screen"/>
I tested the css code by inserting it between & and it works. Just can’t get the linking to work.
I’m sorry, rewriting the whole answer as I remember what I had to do and which should fix your problem.
Check your .htaccess file in the top level directory, I added exceptions for
js/css/imagesdirs otherwise they would have been rewritten: