Having problems displaying favicon in codeigniter. Title shows the code instead Having problems displaying favicon in codeigniter. Title shows the code instead codeigniter codeigniter

Having problems displaying favicon in codeigniter. Title shows the code instead


Solution 1:

<link rel="icon" href="<?php echo base_url(); ?>favicon.ico"> <title>Project Name. </title>

Turn's out OP wrapped into <title></title>, which causing it not working.

Solution 2:

put your favicon.ico to your project root folder, then use href="favicon.ico"