sorry, but this is not a real sub domain, it's just a forwarding url.
have nothing with 4images to do..
try to set:
in SCRIPT_URL:
http://www.eforecourt.com/gallery
Thansk Nicky for your reply.
Yes, you are right, it is an apache redirect directive that is being used. However, I do think that the problem itself resides with 4images. We've also applied the same principle to phpClassifieds and vBulletin, and both work fine.
The problem as I see it is that 4images references the image location as relative rather than absolute e.g. img src="./data/thumbnails/14/CNV00023_lg.jpg", and that doesn't work in conjunction with the subdomain redirect.
For example, in vBulletin images for the sub-domain are generated as
http://forums.eforecourt.com/images, and with normal domain (ie /forums) as
http://www.eforecourt.com/forums/images. This all happens automatically by vBulletin itself.
Any suggestions as to hoe this can also be accomplished in 4images?