Closed stef1904berg closed 1 year ago
Bramus router does some wierd parsing using the SCRIPT_NAME and REQUEST_URI. setting the basepath in the router bypasses this wierd parsing and doesnt break it anymore when requesting anything with a file extension in the url
SCRIPT_NAME
REQUEST_URI
Bramus router does some wierd parsing using the
SCRIPT_NAME
andREQUEST_URI
. setting the basepath in the router bypasses this wierd parsing and doesnt break it anymore when requesting anything with a file extension in the url