I have a favicon set up, and it is set to load right before the title with the following code:
The problem is that when the pages goes to secure, the icon no longer works. Any suggestions?
Code:
<link rel="icon" href="Favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="Favicon.ico" type="image/x-icon" />
The problem is that when the pages goes to secure, the icon no longer works. Any suggestions?