Subj : exec/webfileindex.ssjs To : Git commit to main/sbbs/master From : Rob Swindell Date : Fri Jun 24 2022 12:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/187f8f8aaed7a52fdcf2f3ec Modified Files: exec/webfileindex.ssjs Log Message: Respond with redir when directory requests are received without trailing slash HTTP Directory requests without a trailing slash would "work" (the directory listing would be sent), but the links to files, since they're relative to the current request location, would be incorrect (missing the directory's virtual subdir). So send a 301 response if a client requets a directory without a trailing slash. .