If your product has ZIP file as downloadable link then you might have issues after downloading the zip files. Possible Error is "ZIP archive is corrupted".
To fix this issue make the following changes in your Magento .htaccess file
Replace
php_flag zlib.output_compression on
With
#
php_flag zlib.output_compression on
Enjoy :)
No comments:
Post a Comment