rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Anonymous on March 29, 2006, 03:58:47 PM

Title: how to chainge fav icon???
Post by: Anonymous on March 29, 2006, 03:58:47 PM
how do you chainge the fav icon (the icon in the adressbar)
Title: how to chainge fav icon???
Post by: rejetto on March 29, 2006, 04:12:46 PM
just put a favicon.ico file in your virtual file system
if there is none, HFS supplies the default ne
Title: how to chainge fav icon???
Post by: sigudian on March 29, 2006, 05:54:59 PM
not workin for me,

any spesefic folder required (i guess root)
any code required in HTML template,

cuz its not workin for me to just put a fav.ico in the root
Title: how to chainge fav icon???
Post by: maverick on March 29, 2006, 06:13:28 PM
Quote from: "sigudian"
any spesefic folder required (i guess root)
any code required in HTML template,

cuz its not workin for me to just put a fav.ico in the root
Just put the file in your virtual file system root (and hide it).  It will be automatically detected and used instead of the default.  No html code required.  The filename is favicon.ico not[/b] fav.ico.
Title: Re: how to chainge fav icon???
Post by: SoKoOLz(not verified) on December 02, 2006, 02:02:03 PM
Hmm, I've got it working....

u need to put ur favicon in the folder first and hide it
then add this line before </head> tag to ur template :

<link rel="shortcut icon" href="/img/favicon.gif">

*img is the name of ur folder.