Downloads- storing files on different server than default OC
Posted: Tue Sep 21, 2010 6:15 pm
Hello,
I was just wondering is there a secure way how to offer downloads that are hosted on different server than your default OC? Obviously in admin/config we can find:
In example we can upload files to "http://ocdownloads.othersite.com" and just link them there (i suspect it won't work any way), but what would be most optimal solution? Does it includes .htaccess rewirite mode or making php file that handles incoming request and picks up assinged files?
The reason why I came with this question is that I've ordered for client relativelly cheap hosting however after a while I've spotted that Terms & Condition don't allow "Offering video and/or audio streaming or downloads, MP3 Files" in shared servers, and request is to offer mobile clips and video-on-demand what I am trying to solve by uploading them to local server..
thank you in advance..
I was just wondering is there a secure way how to offer downloads that are hosted on different server than your default OC? Obviously in admin/config we can find:
Code: Select all
define('DIR_DOWNLOAD', 'public_html/download/');
The reason why I came with this question is that I've ordered for client relativelly cheap hosting however after a while I've spotted that Terms & Condition don't allow "Offering video and/or audio streaming or downloads, MP3 Files" in shared servers, and request is to offer mobile clips and video-on-demand what I am trying to solve by uploading them to local server..
thank you in advance..