use different http customization for different instances
use different http customization for different instances
I have two instances for two different kinds of files, one is for txt log and the other is for images, txt file instance use the default 80 port and the other is port 666, is there a way to use their own customization http files like logo picture, icons and css file?
Re: use different http customization for different instances
Only way to do this is to put Everything in multiple folders and disable "Store settings and data in %APPDATA%\Everything"
Copy Everything.exe to:
C:\EverythingLogs
C:\EverythingImages
Change the default HTTP files for each folder under:
C:\EverythingLogs\HTTP Server
C:\EverythingImages\HTTP Server
You will still need to run each Everything.exe in a separate instance, for example:
C:\EverythingLogs\Everything.exe -instance logs
C:\EverythingImages\Everything.exe -instance images
In each instance, ensure Tools -> Options -> General -> "Store settings and data in %APPDATA%\Everything" is unchecked.
Copy Everything.exe to:
C:\EverythingLogs
C:\EverythingImages
Change the default HTTP files for each folder under:
C:\EverythingLogs\HTTP Server
C:\EverythingImages\HTTP Server
You will still need to run each Everything.exe in a separate instance, for example:
C:\EverythingLogs\Everything.exe -instance logs
C:\EverythingImages\Everything.exe -instance images
In each instance, ensure Tools -> Options -> General -> "Store settings and data in %APPDATA%\Everything" is unchecked.
Re: use different http customization for different instances
well understand, thanks!