leading slash in href path!?
Closed this issue · 5 comments
empee1 commented
I had to remove the leading slash in the href for Google Chrome and IE11 to get things working!
phbernard commented
In general, the leading slash works. Is your site live so I can review it and understand why this leading slash have failed in your case?
empee1 commented
Hi Philippe,
The site is http://verzorgdevoet.nl
In the meantime I replaced the icons, generated with your tool, one level deeper, to the img folder:
<link rel="apple-touch-icon" href="img/favicon_apple-touch.png?v=8jewNq84bp" sizes="180x180">
<link rel="icon" href="img/favicon-32x32.png?v=8jewNq84bp" type="image/png" sizes="32x32">
<link rel="icon" href="img/favicon-16x16.png?v=8jewNq84bp" type="image/png" sizes="16x16">
<link rel="manifest" href="img/favicon_manifest.json?v=8jewNq84bp">
<link rel="mask-icon" href="img/favicon_safari-pinned-tab.svg?v=8jewNq84bp" color="#5bbad5">
<link rel="shortcut icon" href="img/favicon.ico?v=8jewNq84bp">
Also here no leading slash for the hrefs, and this seems to works fine.
Regards
Martin Pahlplatz
Van: Philippe Bernard [mailto:notifications@github.com]
Verzonden: dinsdag 3 januari 2017 10:50
Aan: RealFaviconGenerator/realfavicongenerator
CC: empee1; Author
Onderwerp: Re: [RealFaviconGenerator/realfavicongenerator] leading slash in href path!? (#285)
In general, the leading slash works. Is your site live so I can review it and understand why this leading slash have failed in your case?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#285 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AUEP-OU1frQwoZ9LPR9Q4Y3139zr7Lg7ks5rOhnCgaJpZM4KQ1cO> . <https://github.com/notifications/beacon/AUEP-MZQ-VowGNPfzWiGHTCXtJn0zd1Bks5rOhnCgaJpZM4KQ1cO.gif>
phbernard commented
I've checked your current version (eg. img/favicon_apple-touch.png?v=8jewNq84bp
) and it works for me, too. I don't see how the "slashed version" (eg. /img/favicon_apple-touch.png?v=8jewNq84bp
) wouldn't work.
empee1 commented
The url is redirected from a domainname provider to another provider hosting the site.
Could the problem be caused by a training slash in the redirected url?
Then I will look further at the DNS redirection settings.
Thank you for your response, and as you might guess, your tool was of great help!
You may close the issue.
Kindest regards,
Martin 😉
… Op 6 jan. 2017 om 14:35 heeft Philippe Bernard ***@***.***> het volgende geschreven:
I've checked your current version (eg. img/favicon_apple-touch.png?v=8jewNq84bp) and it works for me, too. I don't see how the "slashed version" (eg. /img/favicon_apple-touch.png?v=8jewNq84bp) wouldn't work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
phbernard commented
Alright! Thank you!!
Please reopen if there is anything new