My problem is the image doesn't display properly on mainpage when I view it at
http://www.mycartdomain.com/ [This cartdomain is the add on domain from mymainhost.com]
But when I view at this directory it is working okay.
http://www.mymainhost.com/mycarthost/
Is it due to the php file in include/index.inc.php, Can someone help me with the code ?
-------------------------------------------------------------------------------------------------------------------
if(file_exists($GLOBALS['rootDir']."/images/uploads/thumbs/thumb_".$latestProducts[$i]['image'])){
$index->assign("VAL_IMG_SRC",$GLOBALS['rootRel']."images/uploads/thumbs/thumb_".$latestProducts[$i]['image']);
---------------------------------------------------------------------------------------------------------------------
May I know what shall I amend ?
Thank you very much,
Ryan