Title: Download option
Last modified: August 21, 2016

---

# Download option

 *  Resolved [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * (@mtmcgreg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/)
 * One more question. The download option takes me to a new page, and the music 
   plays. I would like listeners to be able to click download, and download it to
   their machine. Is that possible?
 * [http://wordpress.org/extend/plugins/zbplayer/](http://wordpress.org/extend/plugins/zbplayer/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Author [zubaka](https://wordpress.org/support/users/zubaka/)
 * (@zubaka)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876252)
 * 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!
 *  Thread Starter [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * (@mtmcgreg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876336)
 * 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](https://wordpress.org/support/users/zubaka/)
 * (@zubaka)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876346)
 * Try use wordpress plugin:
    [WP Htaccess Editor](http://wordpress.org/plugins/wp-htaccess-editor/)
 * It will allow you edit .htaccess file from admin.
 *  Plugin Author [zubaka](https://wordpress.org/support/users/zubaka/)
 * (@zubaka)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876449)
 * I hope previous solution helps you and I will mark current topic as resolved.
 * Tell me if you have other questions.
 * Good luck.
 *  Thread Starter [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * (@mtmcgreg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876493)
 * 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!
 *  Thread Starter [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * (@mtmcgreg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876494)
 * nevermind, it worked!
 *  Plugin Author [zubaka](https://wordpress.org/support/users/zubaka/)
 * (@zubaka)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876495)
 * I’m glad that it’s works for you!
    🙂
 *  Thread Starter [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * (@mtmcgreg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876496)
 * It seems that it works in safari, but not in chrome. Any ideas why that is?
 *  Plugin Author [zubaka](https://wordpress.org/support/users/zubaka/)
 * (@zubaka)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876497)
 * 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](https://wordpress.org/support/users/zubaka/)
 * (@zubaka)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876498)
 * If you can – show me link to your web site. I can test it – how it will work 
   for me.
 *  Thread Starter [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * (@mtmcgreg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876499)
 * [http://georgidimitrov.us/sample-page/](http://georgidimitrov.us/sample-page/)
 *  Thread Starter [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * (@mtmcgreg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876501)
 * I did refresh the cache. I have a Mac OS X
 *  Plugin Author [zubaka](https://wordpress.org/support/users/zubaka/)
 * (@zubaka)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876502)
 * 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](https://wordpress.org/support/users/zubaka/)
 * (@zubaka)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876503)
 * I updated plugin. Try version 2.0.4.
    I added special tags for browser for latest
   versions. It should helps.
 * Tell me result, please.
 *  Thread Starter [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * (@mtmcgreg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876505)
 * It works!! Thank you so much!

Viewing 15 replies - 1 through 15 (of 15 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/zbplayer.svg)
 * [zbPlayer](https://wordpress.org/plugins/zbplayer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zbplayer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zbplayer/)
 * [Active Topics](https://wordpress.org/support/plugin/zbplayer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zbplayer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zbplayer/reviews/)

## Tags

 * [download](https://wordpress.org/support/topic-tag/download/)

 * 15 replies
 * 2 participants
 * Last reply from: [mtmcgreg](https://wordpress.org/support/users/mtmcgreg/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/download-option/#post-3876505)
 * Status: resolved