The windows server that I have squad.xml and .paa files on doesn't know what to do with .paa files and only delivers a 'page not found' error when trying to access the .paa files on the server via http request.
I am guessing that I need to explicitly set a mime type for .paa files so the server knows how to serve them properly, does anyone know what mime type I should use?
EDIT: I got impatient and tried 'application/octet-stream' and that seems to have done the trick....