rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Awesoft on May 17, 2008, 04:17:39 PM

Title: How to apply my own favicon.ico to all folders?
Post by: Awesoft on May 17, 2008, 04:17:39 PM
I have put my own favicon.ico on the root, but when I click on other folder, appears the default HFS icon.
How can I apply it to all folders?
Title: Re: How to apply my own favicon.ico to all folders?
Post by: TSG on May 17, 2008, 05:49:07 PM
For HTML:
<link rel="shortcut icon" href="/favicon.ico">

For xHTML:
<link re="shortcut icon" href="/favicon.ico"/>

Try that in the </head> of your template. Might work.
Title: Re: How to apply my own favicon.ico to all folders?
Post by: Awesoft on May 19, 2008, 11:27:40 PM
<link REL="SHORTCUT ICON" HREF="/favicon.ico">

Try that in the </head> of your template. Might work.

It works!

I see the little change regarding the default <link rel="shortcut icon" href="favicon.ico" />

Thank you.
Title: Re: How to apply my own favicon.ico to all folders?
Post by: rejetto on June 16, 2008, 02:53:17 AM
i will apply this fix to the default template :)