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
-
Tom.Zhang
- Posts: 44
- Joined: Wed Jun 03, 2015 8:51 am
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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="