I have a resource folder in the root directory where the application folder exists. I now have assets related to the application.
Now when I tried to open http://localhost/CodeIgniter/assets/css/bootstrap.min.css on a web page, it does not work.
Can someone help me how can I make it work.
In the solution, I found that writing this line in the configuration file will work, but it does not work either by making this change.
$config['base_url'] = 'http://localhost/CodeIgniter/';
Now please tell me how to load a CSS file in CI.
: -
I did something wrong in my codeigniter project. I download it again and again I try this thing without working anything.
Thanks to all the guys. you save my time.
html css php codeigniter
user1814971
source share