I put favicon.ico
to my www catalog. If I type http://www.mypageaddress.com
the icon is displayed, but if I type http://mypageaddress.com
without www, the icon doesn't display.
Any ideas?
I put favicon.ico
to my www catalog. If I type http://www.mypageaddress.com
the icon is displayed, but if I type http://mypageaddress.com
without www, the icon doesn't display.
Any ideas?
upload a favicon.ico in your root dir and don't worry about explicitly defining it in the HTML.
if you are using
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
then u must change it to:
<link rel="shortcut icon" type="image/png" href="http://ex.com/favicon.png"/>
and make sure of using "http://ex.com/ insted of "http://www.ex.com/