about the HTTP server

Have a suggestion for "Everything"? Please post it here.
Post Reply
micphase
Posts: 2
Joined: Fri Jun 26, 2009 4:02 am

about the HTTP server

Post by micphase »

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.
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: about the HTTP server

Post by David »

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":
  • Make a copy of your "Everything" installation.
  • For example copy:

    Code: Select all

    C:\Program Files\Everything
    to

    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.
micphase
Posts: 2
Joined: Fri Jun 26, 2009 4:02 am

Re: about the HTTP server

Post by micphase »

Thank you David, it works.
Post Reply