Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Possible to use a custom favicon.ico on Alteryx for Server gallery?

michael_team
7 - Meteor

Just trying to add a small custom favicon.ico image for our web browser tab headers.

 

I'm confortable creating/placing it in the root folder of a standard web page, but not sure where Alteryx Gallery would need it placed.

 

Thanks

2 REPLIES 2
patrick_digan
17 - Castor
17 - Castor

For our server, the index.html was saved here: "E:\Alteryx\bin\RuntimeData\gallery\index.html". I just added " <link rel="Shortcut Icon" href="./img/favicon2.ico" />  " in the head and then placed favicon2.ico in the folder: "E:\Alteryx\bin\RuntimeData\gallery\img\favicon2.ico" . For what it's worth, the Alteryx public gallery has this html: <link rel=icon type="image/x-icon" href="./img/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico"/>. 

 

Patrick

michael_team
7 - Meteor

Well done sir, that worked great!