Favicon wrong path

0
0

I am running 2.2.29.0

I just deployed a new application, which works fine except it gets the path to the favicon wrong.

If I look in the console on Chromium I can see the favicon generates a 500 error.

If I click on the link it fails to load as  part of the path is missing.

The path it is looking for is missing an element, it is looking for it in http://Sever/favicon.ico instead of http://server/application/favicon.ico

How do I fix this?

Thanks

 

  • You must to post comments
0
0

Doh!

Forgot to put

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

In default.html

  • You must to post comments
0
0

Doh!

Forgot to put

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

In default.html

  • You must to post comments
0
0

Wisej doesn’t load the favicon. It’s entirely managed by the web server and the browser. Check in case you have added a <link> to the favicon.

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.