
Issues regarding quirk of web hosting settings
Hey folks,
I'm working on a web game that requires nested folders. Several folders are pathed to with iframes in the game, with an index.html placed alongside several other files in the folder. My local development server displays the index.html when the browser paths to the folder. However, itch specifically is using a storage solution which not only refuses to index the folder with a directory, but does not even default to displaying the index.html in the folder, instead showing an error. This means I have to semi-significantly refactor parts of the game to function inside itch's framework. I know the itch devs are on here and take feedback so if there's any way y'all could configure this to function as most web servers do, I'd be very thankful.
(To be clear, this is not a relative paths issue but an indexing issue)