Can't load css files getting error 404 using codeigniter.
here is my link tag
<head>
<link rel="stylesheet" type="text/css" href= "<?php echo base_url();?>css/style.css">
<head>
server folders
-httpdocs
---application
---cgi-bin
---css --> style.css
---system
---user_guide
error
GET http://31.8.7.79/css/style.css
Im not sure if it could be a problem but for some reason codeigniter uses this http adress http://31.8.7.79/ instead of http://www.someurl.com could it be because of Apache Server?
Tried to do same exact thing with different server without Apache Server and it works perfectly