Had done this already after reading the A4D documentation again. The fact that the file was not served when called directly was due to the creator information.
After reopening the file with Graphic Converter and saving it again as an ico file, I became able to get it served by A4D In using the following request "http://ipaddress/favicon.ico". Nevertheless, won't see the ico as shortcut icons in any of the browser supporting this. -- Robert Ernens [EMAIL PROTECTED] +33.6.11.78.44.68 > De�: Aparajita Fishman <[EMAIL PROTECTED]> > R�pondre �: Active4D Developer Discussion List > <[EMAIL PROTECTED]> > Date�: Tue, 28 Oct 2003 09:11:50 -0500 > ��: Active4D Developer Discussion List <[EMAIL PROTECTED]> > Objet�: Re: [Active4d-dev] Support of "ico" files > >> I don't know if this is an Active4D or a 4D issue but I have not been >> able >> to get our site to work with a favicon.ico. > > Active4D won't serve a file whose extension it doesn't recognize (as > read from ExtensionMap.ini). > > Add this line to ExtensionMap.ini: > > .ICO BMPf ogle image/x-icon > > And use this in your header: > > <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> > > Regards, > > Aparajita > Victory-Heart Productions > [EMAIL PROTECTED] > www.aparajitaworld.com > > "If you dare to fail, you are bound to succeed." > - Sri Chinmoy | www.srichinmoylibrary.com > >
