rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: beyond on August 14, 2007, 04:56:15 AM

Title: This is going to sound like a n00b question...
Post by: beyond on August 14, 2007, 04:56:15 AM
And it really is... but im just checking it out. Id like to change the favicon, but its just a simple exe to run server. Where are the actual files stored while the file server is running?

Thanks for your time in answering...
Title: Re: This is going to sound like a n00b question...
Post by: radd on August 14, 2007, 05:44:06 AM
put favicon.ico at the root
Title: Re: This is going to sound like a n00b question...
Post by: beyond on August 14, 2007, 06:06:53 AM
Tried putting the favicon where the exicutable is located, no go. Also tried at the "root" of the file system for serving files. Its late and i may just be overlooking something. Thanks for responding back  radd
Title: Re: This is going to sound like a n00b question...
Post by: radd on August 14, 2007, 06:34:05 AM
put the favicon at vfs root. i think the favicon will not refresh on the spot. u need to hit Ctrl+F5 in opera for full refresh. ff and ie i dont know. ie might take 2 weeks before change the favicon..

you might need put this code as well in your template, under <head>
Code: [Select]
<link rel="shortcut icon" href="/favicon.ico" />
Title: Re: This is going to sound like a n00b question...
Post by: rejetto on August 15, 2007, 05:23:48 PM
that's the way
you may be experiencing a "cache problem" ;)