I want to know if I do a redirect "header ("Location:" to a different http site, different server and everyting, does the server that has the redirect on it get hit with the bandwidth it takes to open up that new http site? What if you use client side java redirect?
Here is what Im doing. I have a ton of reports in htm format on our company server. I am going to use someother isp web server to kinda be like a front end and redirect epole as they log in to what reports they are to get. It seems that include and require wont work as the reports in question are on a totally different server, but using the "header ("Location:" redirects to where I want to go. I am concerned about where the bandwidth get counted. Thanks. Wish I knew more.