about the HTTP server
about the HTTP server
When we start the HTTP server in Everything, all files indexed by Everything be listed in the browser. Can we alow some folders to be indexed in Everything but not displayed in the web browser? Thanks.
Re: about the HTTP server
Files and folders that are visible in "Everything" will be visible from the HTTP server.
Excluded files and folders are excluded from "Everything" and the HTTP server.
I would recommend using multiple instances to limit files and folders from the HTTP server.
To run another instance of "Everything":
Excluded files and folders are excluded from "Everything" and the HTTP server.
I would recommend using multiple instances to limit files and folders from the HTTP server.
To run another instance of "Everything":
- Make a copy of your "Everything" installation.
- For example copy: to
Code: Select all
C:\Program Files\Everything
Code: Select all
c:\Program Files\Everything HTTP Server
- Create a shortcut to "Everything" with the following command line parameters:
Code: Select all
"c:\Program Files\Everything HTTP Server\Everything.exe" -instance "HTTP Server"
- Run "Everything" from the shortcut and setup the files and folders you wish to include.
- Start the HTTP server.
Re: about the HTTP server
Thank you David, it works.