enable systemindex in HTTP server

Discussion related to "Everything" 1.5 Alpha.
Post Reply
nuobeike
Posts: 12
Joined: Mon Oct 11, 2021 9:56 am

enable systemindex in HTTP server

Post by nuobeike »

Is there a way to enable "systemindex:" in http server?

Thanks :D
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: enable systemindex in HTTP server

Post by void »

You will need to enable allow_disk_access:
  • In Everything 1.5, from the File menu, click Exit.
  • Open your %APPDATA%\Everything\Plugins.ini
  • Under the [HTTP Server.dll] section.
  • Change the following line:
    allow_disk_access=0
    to:
    allow_disk_access=1
  • Save changes and exit Notepad.
  • Restart Everything.
nuobeike
Posts: 12
Joined: Mon Oct 11, 2021 9:56 am

Re: enable systemindex in HTTP server

Post by nuobeike »

Thanks!
Post Reply