It would be helpful if you posted a link but I imagine the problem is that Q2A's use of HTML compression (gzip) is somehow incompatible with your server's configuration. You can switch compression off by changing this line in qa-config.php:
define('QA_HTML_COMPRESSION', true);
... to ...
define('QA_HTML_COMPRESSION', false);