I want to load my home page(base_url) when I click on my logo.
Base url - (http://localhost:8888/adminpanel/
)
When I use base_url() function inside the anchor tag like <a href="<?php echo base_url(); ?>"
, It taking me to (http://localhost:8888/adminpanel/index.html
).
Actually I couldn't find this index.html anywhere in my adminpanel folder.
So friends please help me to find a solution for this. Thanks in Advance. :)