css not loading in codeigniter
问题 I have this code <link href = "<?php echo base_url(); ?>css/style.css” rel=”stylesheet" type="text/css" /> which supposed to load the style.css from the css folder. The echo base_url() itself works. I also have autoloaded the url helper , so i really don't see the problem here, but it still doesn't load. 回答1: Also make sure that the directory is not "blocked" by the .htaccess file, if you are using it to remove index.php RewriteEngine on RewriteCond $1 !^(index\.php|css|robots\.txt)