Subj : src/sbbs3/websrvr.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat Jan 15 2022 06:09 pm https://gitlab.synchro.net/main/sbbs/-/commit/f2858ee600525704d27011e0 Modified Files: src/sbbs3/websrvr.c Log Message: Add support for web request path aliases (defined in web_alias.ini) Similar to the ctrl/ftpalias.cfg file, the new ctrl/web_alias.ini file (optional) can be used to map a portion (the first portion, only) of a web request path to a different physical or virtual path. For example, I'm using it to map: /Synchronet/ = /files/main/sbbs/ for filebase access to my main->sbbs directory of Vertrauen's filebase using a /Synchronet/* web request (i.e. for slightly prettier or shorter custom URLs, if desired). .