Hey guys,
My computer runs several programs which run their own web servers for various reasons - itunes remote, external controllers etc.
Instead of forwarding all of the ports for these, I was trying to make my apache server to access the data and display it instead, so that I need only open port 80.
I managed to do this easily enough using get_file_contents, but obviously none of the links work, and no images show so it ends up rather pointless. I was wondering if anyone might be able to help me to make it so it will work just as a mirror, and forward all the controls through to the actual server?
Thanks