I am working on a legacy SilverStripe project. I am trying to create a public folder with the name "files" inside the themes folder. All the files within that folder will be accessible through the browser.
I created a folder and created a file within it.
When I access the file within the folder from the URL, it is giving me 404 error. But when I access the files from the other folders like css, fonts, img and so on, it is working as expected. It is just not working for "files" folder which is the one I just created. Do I need to configure something?