slash-before-query-on-redirect
slash-before-query-on-redirect = {yes|no}
Description
When a client URL specifies a directory location that does not end in a trailing slash (/), the client is redirected to the same URL with a trailing slash added.This is necessary for ACL checks to work properly.
This stanza entry controls where the slash is added if the original URL contains a query string.
Options
yes Set this value to yes causes the trailing slash to be added before the query string. For example: /root/directoryname?query
becomes /root/directoryname/?queryno Set this value to no causes the trailing slash to be added after the query string. For example: /root/directoryname?query
becomes /root/directoryname?query/
NOTE: A setting of no could cause browser errors. This option exists for backwards compatibility only.
Usage: Optional
Default value no
Example:
slash-before-query-on-redirect = yes