Im running a Cloudfoundry app without any troubles. However, subfolders and their files are exposed and accessible simply by adding it to the URL -> for example /lang/fr.json.
Is there any way to prevent direct access to such subfolders for Cloudfundry apps? On a regular Apache server, I'd activate mod_rewrite to automatically route back to the index file of my app.
Thanks!