Topic: something in punBB overrules images from include-file

I manage 2 sites: one with html-pages and a punBB-forum, the other is a shop (osCommerce).
osCommerce works with boxes and I want to show one of these boxes at my forum. So I put <pun_include "box.php"> in main.tpl and the file 'box.php' in include/user/. So far, so good, the box shows, the links in the box work. But... the images don't!

When I look at the properties of the image, it says 'http://www.site1.nl/forum/images/bla.jpg' instead of 'http://www.site2.nl/images/bla.jpg'. So I guess there is something not working the way i want it with <base> of something.

Is there anybody who can help me with this problem? Càn this be solved??

Re: something in punBB overrules images from include-file

It seems like osCommerce's boxes are using relative URL's for the images, so you'll either have to edit the files that produce the boxes to have different URLs for the images or set up a mod_rewrite rule of some sort.

Looking for a certain modification for your forum? Please take a look here before posting.