|
got a website wich is pretty big (5000+ unique a day) and offers media. I have a sitehost and a mediahost but i need to hide the mediahost link completely.
All my downloadfiles are stored in sql and with my system it gets out a $link like mediahost.com/files/001.zip .
Also it sends to user to sitehost.com/download.php with the $url.
The problem is that i dont know how to hide the mediahost completely. I tryed Header ( "Content-Type: application/octet-stream"); but it crushed the bandwith out of my sitehost aswell!
Does someone know a solution?
|