hello,
I have two instances in one server, the first one is for txt log query with port 80, the other one is for picture query with port 8080.
I would like to show customized CSS and pictures for them separately, what should I do?
can I set different everything.gif and other files based on different instances
Re: can I set different everything.gif and other files based on different instances
Please try custom HTTP Server Strings.
For example, replace the following line in your http_server_strings.ini:
with:
For example, replace the following line in your http_server_strings.ini:
Code: Select all
tb_logo2=<a href="/"><img class="logo" src="/Everything.gif" alt="
Code: Select all
tb_logo2=<a href="/"><img class="logo" src="/MyCustomBanner.gif" alt="