Plugin Author
zubaka
(@zubaka)
That is default browser action for .mp3 files.
If you are using apache web server(it used on almost all webservers) then you can easy change it in .htaccess file (that placed in root folder of wordpress). You just need add here next commands, to let browser download file instead play it:
AddType application/octet-stream .mp3
<Files *.mp3>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>
Perhaps you will need restart your apache server to apply those changes. Depends on server preferences.
Tell me if here still problem after those changes.
Good luck!
How can I access the .htaccess file? I have tried downloading it from FTP clients, but it seems to not go to where I save it.
Plugin Author
zubaka
(@zubaka)
Try use wordpress plugin:
WP Htaccess Editor
It will allow you edit .htaccess file from admin.
Plugin Author
zubaka
(@zubaka)
I hope previous solution helps you and I will mark current topic as resolved.
Tell me if you have other questions.
Good luck.
Is there a certain place in the document that I need to put it? And how do I restart my apache server? thanks so much for your help!
Plugin Author
zubaka
(@zubaka)
I’m glad that it’s works for you!
🙂
It seems that it works in safari, but not in chrome. Any ideas why that is?
Plugin Author
zubaka
(@zubaka)
I tried in Chrome 28.0.1500.71 under Mac OS. It works for me.
Perhaps here is system or browser version nuance.
What is your OS and version of Chrome?
Btw. Did you try refresh page/cache? Perhaps here is some cached data…
Plugin Author
zubaka
(@zubaka)
If you can – show me link to your web site. I can test it – how it will work for me.
I did refresh the cache. I have a Mac OS X
Plugin Author
zubaka
(@zubaka)
Yes, I see problem on your site. Strange – when I tested on my – it works fine.
I’m investigated problem right now and will update here soon.
Plugin Author
zubaka
(@zubaka)
I updated plugin. Try version 2.0.4.
I added special tags for browser for latest versions. It should helps.
Tell me result, please.
It works!! Thank you so much!