Reuse Source Throughout

liunx

Guest
Okay, well my cgi-bin is on a different domain than my host server. Because the cgi-bin cannot hold that much content, I have all of my images on my host server. Throughout my scripting, I have tons of repeating "http://www.host.com/user/whatever.jpg" 's. I was wondering if there was any way where I could define "http://www.host.com/user/" as the root source for either all of the content on the page or just the images and leave it so I would only have to put "whatver.jpg" as the img src. Thank you. - matt<br />
<br />
<!-- m --><a class="postlink" href="http://www.design.isbeautiful.com">http://www.design.isbeautiful.com</a><!-- m --><!--content-->well not really. you can use "base" but that is deprecated and suggested not to use.<br />
<br />
besides what you are doing is hotlinking adn most servers won't allow it becasue it hogs all the bandwidth and the bandwith takes money.<!--content-->
 
Back
Top