Subj : src/sbbs3/sbbs_ini.c websrvr.c websrvr.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Mon Jan 31 2022 06:37 pm https://gitlab.synchro.net/main/sbbs/-/commit/a999e510d4b60f1ba617e76b Modified Files: src/sbbs3/sbbs_ini.c websrvr.c websrvr.h Log Message: By default, don't recognize filebase virtual path prefix for vhosts If the request is to a virtual web host, don't recognize the filebase vpath prefix (FileVPathPrefix setting) unless FileVPathForVHosts is set to "true" (in the [web] section of sbbs.ini). This addresses another of Deuce's concerns about this feature. .