Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

I have Q2A in my host but i see this error : Content Encoding Error The page you are trying to view cannot be shown

0 votes

I have Q2A in my host but i see this error :(on fire fox) Content Encoding Error
      
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.    
    

*   Please contact the website owners to inform them of this problem.

In IE :

Internet Explorer cannot display the webpage




        
        
      


      
     

asked Apr 13, 2011 in Q2A Core by bakhtyari

1 Answer

+1 vote

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);

answered Apr 13, 2011 by gidgreen
Thank you very much. Issue resolved.