Cannot load .html files that reside in .pbo using htmlLoad command unless filepatching is enabled on both server and client
example @mod can be downloaded from a zip file here:
https://copy.com/Y3ELvk1H1fFVquGM
server settings:
allowedFilePatching = 0;
allowedLoadFileExtensions[] = {"html"};
allowedPreprocessFileExtensions[] = {"sqf","html"};
allowedHTMLLoadExtensions[] = {"html","txt"};