I'm creating an HTML5 game with an engine, (construct 2 to be exact, but I don't think it really matters) and I want the game to be able to wirk offline. The way it does this is by using a .appcache file.
At first I thought "Oh, that's all fine and dandy then", but now I've done some searching around and I found that some hosting services/servers don't provide proper service to .appcache files. Apparently those don't work well with the MIME type text/cache-manifest.
Could anyone tell me what hosting services have support of .appcache files? I don't have a large enough budget to buy a sever.
P.S. I'm sorry if I've explained any part of this badly, I don't have much knowledge in data-storing or servers. If anything's unclear, leave a comment and I'll get back to you as soon as I can.