php - Image not getting visible in codeigniter application -


i have application developed in codeigniter in there photo upload feature. works fine , photo gets uploaded required path successfully. when opening application. shows broken image. if inspect element , copy paste url of image in new tab gives 404 error, when refresh same tab in image url open opens , shows image. server on application hosted godaddy.

<div class="col-lg-2">  <div class="thumbnail">   <a href="<?php echo base_url(); ?>special_instructions/1454479436_img_20160118_154912.jpg" target="_blank">    <img src="<?php echo base_url(); ?>special_instructions/1454479436_img_20160118_154912.jpg" class="img-rounded">   </a>  </div>  </div> 

all had disable hot link protection cpanel!! worked. there serious consequences of disabling hot link protection?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -