Hello,
In my store I am offering video and music (i.e. large files). I was having a problem with download time-out issues and through research decided that using the mod_xsendfile would be the best download method.
So, (#1)I requested to have the mod installed on my server and was successfully done by my host.
(#2) I added the following lines of code to my .htaccess file:
# enable xsendfile
XSendFile On
# enable sending files from parent dirs
XSendFileAllowAbove On
(#3)I had to update the WP Store plugin to a new version, but then was able to choose download method 8.
Now, I get a 404 error with the encrypted file links and the error logs show "failure", but with no message following it.
This is from the log...
[10/09/2011 5:38 PM] - Status : Unresolved DL file path = [http://findbalance.net/storeMedia/FindBalanceDVDI.mp4]
[10/09/2011 5:38 PM] - Status : Resolved DL file path = [http://findbalance.net/storeMedia/FindBalanceDVDI.mp4]
[10/09/2011 5:38 PM] - Advisory : No DL file path conversion performed on URL.
[10/09/2011 5:38 PM] - Status : Dispatching DL method = 8
[10/09/2011 5:38 PM] - FAILURE :
This was supposed to be my solution... what is going on? What is the issue?