Hi Jon,
The reason why I need this is that I would like to cache google maps
JS and tiles locally as described in the link below
http://blogs.missouristate.edu/web/2010/05/12/google-maps-api-v3-developing-for-mobile-devices/
While I agree with you about HTML5 device browser capability, there is
a little "but". The problem is that .appcache manifest is served as
text/plain, not as text/manifest mime type, therefore browser gives an
error while trying to parse it. Normally, you would specify mime-type
for certain files in the .htaccess file (on Apache), but I don't
believe that is the case in Rhodes.
So, the question is: Is there a way to specify a mime-type for certain
types of files in the local mobile server in Rhodes?
Regards,
Denis