Thanks
enable systemindex in HTTP server
-
nuobeike
- Posts: 12
- Joined: Mon Oct 11, 2021 9:56 am
enable systemindex in HTTP server
Is there a way to enable "systemindex:" in http server?
Thanks
Thanks
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: enable systemindex in HTTP server
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