i was wondering if its possible to set some kind of rule maybe in .htaccess ? so that if a browser tries to load the default /favicon.ico that it can instead serve my /images/favicon-mushroom-48.png file instead and would the browser accept it ?
i have a link to it in my index so it displays correctly but if someone clicks on an image in my gallery then its just an image display without html so the browser tries to load the default /favicon.ico and is why i was thinking of some kind of redirect rule
Interesting, because doing that has worked for me before. Notice the 503 status code, maybe try again in like 5 minutes.
Also, why does the favicon-48.png redirect to itself (302)?
Cookie “__test” will be soon treated as cross-site cookie against “https://lovebyte.eu.org/images/favicon-mushroom-48.png” because the scheme does not match.
why is there a cross-site cookie warning against favicon-musroom-48.png ?
somehow ive broken something and after removing the rule from .htacess its still broken
im so annoyed with myself as ive only just got the site working after all that ep overload madness