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..