Showing posts with label favicon. Show all posts
Showing posts with label favicon. Show all posts

Friday, February 3, 2012

Fix wrong favicon.ico on pdf files in DotNetNuke

Replacing the favicon in DotNetNuke is quite simple by using the Admin page. Currently I have experience some cases where the favicon is not displayed in the browser:
  • If you download PDFs
  • If unavailable site is displayed

By using Fiddler I monitored HTTP traffic and discovered that DotNetNuke serves the favicon at /

Solution: Copy your your favicon to the root folder, and then it should work