Hi all,
I'm having a weird issue here on Kentico 7.
I put in the header:
<link href="/favicon.ico" rel="shortcut icon"/>
however, when the page renders it transform it to:
<link href="/CMSPages/GetResource.ashx?stylesheetfile=/favicon.ico" rel="shortcut icon" />
The favicon works perfectly when it is not being changed the href.
Any suggestions?
Note: I'm using Portal Engine + ASPX
Thanks in advance