You can use the base_url function. To use this feature, you need to download the URL helper
You can download where necessary, as shown below:
$this->load->helper('url');
Or you can install in autoload.php.
echo base_url("resources/img001/img_name.jpg");
echo base_url("resources/style.css");
source
share