Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Downloads from another server?


CharisMac

Recommended Posts

Posted

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?

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...