wp-plugins/podlove-podcasting-plugin-for-wordpress/master/lib/modules/podlove_web_player/player/podlove-web-player/help/partial.htaccess - Htaccess File

wp-plugins/podlove-podcasting-plugin-for-wordpress/master/lib/modules/podlove_web_player/player/podlove-web-player/help/partial.htaccess

#some servers compress mp3 http 206 partial content and tell the client the uncompressed filesize.
#this interfere with many browsers and interrupt the play back.
#the easiest solution for this server misconfiguration is to put these three lines to the dir with your mediafiles.
<Files *.mp3>
SetEnv no-gzip 
</Files>

On Github License

Files

Download PDF of Htaccess file
no-gzip

Comments

Apache