Page 1 of 1

Apache error

Posted: Mon Jun 14, 2021 10:58 am
by alabamatoy
I am seeing the following error:

Code: Select all

[13/Jun/2021:17:16:32 -0400] "GET /favicon.ico HTTP/1.1" 404 454 "https://[ServerDomain]/zm/index.php?view=console" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0"
Apparently, somewhere in all the ZM code, something is telling the browser to look in the web root for the favicon file instead of in /graphics which is where it is explicitly supposed to be found.

Anyone else seeing this?

Re: Apache error

Posted: Mon Jun 14, 2021 3:35 pm
by Magic919
I’ve only ever seen them in the webroot. Is this a new thing putting them elsewhere?

Re: Apache error

Posted: Tue Jun 15, 2021 11:28 pm
by alabamatoy
Open the console, and hit "view source", look for the references, they are in graphics folder.
<link rel="icon" type="image/ico" href="graphics/favicon.ico"/>
<link rel="shortcut icon" href="graphics/favicon.ico"/>
I think the webroot has nothing but the index.php in it now.

Re: Apache error

Posted: Wed Jun 16, 2021 4:41 am
by Magic919
I was questioning this as you made it sound like a convention.