php - Cannot Set Favicon -


i'm hosting free website through hostinger, , can't seem set favicon @ no matter try. put in .htaccess:

rewritebase / errordocument 404 /404.html rewriterule ^favicon.ico /favicon.ico [l] 

i favicon.ico in root folder /public_html. , added page this:

<link rel="icon" type="image/x-icon" href="favicon.ico"> 

what else can do? website still displaying default favicon. how fix this?

you have set infinite redirect. going favicon.ico favicon.ico favicon.ico ...

remove rewrite rule , change href attribute href="/favicon.ico".


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -