Viewing 1 replies (of 1 total)
  • tweakben

    (@tweakben)

    Sounds like something in your .htaccess is telling mp3 files to play, rather than download.

    Open up .htaccess in your wordpress root directory and look for “.mp3”. If something exists with that in it, remove that line and add these lines:

    <FilesMatch “\.(?i:mp3)$”>
    ForceType application/octet-stream
    Header set Content-Disposition attachment
    </FilesMatch>

Viewing 1 replies (of 1 total)

The topic ‘Download Links’ is closed to new replies.