Jump to content

Hilitec

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://zebrablog.net/hilitec/

Profile Information

  • Gender
    Not Telling

Hilitec's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, In order to fix your problem, you will have to disable the compression which is not working with the Content-Length header (the browser is waiting more data than the stream received and it can corrupt the file). Two easy solutions: [list] [*]Add this line at the top of your php file: [b]@ini_set('zlib.output_compression', 'Off');[/b] [*]Add this line in the .htaccess file (create it if not present) in the folder where is your php file: [b]php_value zlib.output_compression Off[/b] [/list] Hope it helps! Best regards from Switzerland! André
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.