Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.