I was trying to get a favicon working on my site. At first I thought it would just work if I uploaded my favicon.ico to public_html folder. But that didn't work, so I tried placing:
in the head of my html, but that didn't work either. Then I thought maybe I needed to add the .ico handler so I added:
to my .htaccess. But that didn't work either. :/
Do I need to tell cpanel to look for the favicon? Or is there something else I need to do to get this to work?
Thanks!
Code:
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
Code:
AddHandler image/x-icon .ico
Do I need to tell cpanel to look for the favicon? Or is there something else I need to do to get this to work?
Thanks!
Comment