My code:
<link rel="stylesheet" type="text/css" href="<?php echo base_url('/resourse/rs-plugin/css/settings.css');?>" media="screen" />
But I get the error:
GET http://mi_ip/mi_web/resourse/rs-plugin/css/settings.css 404 (Not Found)
When I try to enter the file directly, I get the error:
404 Page Not Found
All files and routes exist but can not find them ...
What do I lack? Thank you!