vote up 1 vote down star
1

I'm managing several DotNetNuke portals (as well as the main hosting itself). All of the portals have the default DNN icon in the address and when they're bookmarked. I want to have a custom favicon.!

It's the icon on the left side of this: DNN icon

I've tried clobbering the default favicon.ico file in the root directory (where the web.config file is located). I've deleted, I've replaced, I've restarted the browser, I've bounced IIS. None of that works.

Has anyone come across a solution for the wonky favicon problem in DNN?

flag

67% accept rate

3 Answers

vote up 4 vote down check

You need to place the favicon in each portal's own folder (Portals/0/favicon.ico). Make sure you delete the icon in the root of your website, as that will (supposedly) override any portal-specific favicons and apply to all portals.

Have a look here as well: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/108/threadid/183454/scope/posts/threadpage/3/Default.aspx.

link|flag
That did it. Delete the favicon in the root directory. Then place a favicon.ico file in root/Portals/X (where X is the portal number, 0, 1, 2, whatever). Problem solved. – Rap Aug 21 at 17:16
1  
the favicon in the root will not override the portal icons - it is the fall back – codemypantsoff Sep 24 at 23:42
vote up 1 vote down

Have you tried clearing your browser cache? Or try using a browser on a different machine or just a different browser (FF versus IE for isntance). The favicon will cache and drive you crazy when it actually has changed.

The other thing to check is to see if you have more than one portal running on your DNN instance. If you have more than one portal, you can do a different favicon for each portal by putting the favicon in portal root and not the main web root.

link|flag
Thanks. Yes, I tried that. Didn't work. Other ideas? – Rap Aug 20 at 18:04
Make sure to fully close out your browser after clearing the cache. – SilentBobSC Sep 1 at 20:22
vote up 2 vote down

Favicons are notorious for being very aggressively cached by the browser. Sometimes even clearing the cache doesn't even do the trick, it can drive you mad. Clear cache, shift-refresh etc etc...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.