The CF docker container for 2021, does the local built in web server (port 8500) log requests?
Here is my issue, I have an app that tracks user sessions requiring sign ins. All works perfectly fine for requests to the site root folder, but all requests to subfolders send the user back to the default page. For example, user is signed in on ./somepage.cfm, clicks a link to ./admin/someadminpage.cfm and the browser is sent a 403 redirect to ./default.cfm. I strongly suspect my app is doing this BUT I cannot find any log entries showing the redirect. I have even modified the application.cfc onRequestStart function (FW/1) to log all requests and it does not see the admin subfolder request. This is driving me batty.