CharisMac Posted October 30, 2002 Posted October 30, 2002 We host files on another host because we have heavy bandwidth and want to split up the throughput. Is there a way to have osCommerce redirect to a specific URL other than looking locally for files?
Ajeh Posted October 31, 2002 Posted October 31, 2002 You'd have to do a number of code changes as the current code expects to call the download directory in relation to the catalog structure and not via a specific address. Then, it wants to copy the file from the download directory to the pub directory, again based on the existing catalog structure. You would be therefor copying from the other site, to your site then allowing the download. Or, you need to write it so the copy from goes to a pub address on the other server as well and the download then gets it from there. How are your coding skills feeling today :D
CharisMac Posted October 31, 2002 Author Posted October 31, 2002 After looking over all the code over the last couple days I sorta saw this coming... :roll:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.