Quote Originally Posted by conor View Post
First, remove the Ultimate SEO rules, you don't need them anymore.
Done


Quote Originally Posted by conor View Post
Check that you have a base href tag in your html_header.php file,
I have this tag:
<base href="http://mydomain.com/" />


Quote Originally Posted by conor View Post
and if that isn't the source of your problem, you'll have to check the define for the path to your images directory in configure.php.


define('HTTP_SERVER', 'http://domain.com');
define('HTTPS_SERVER', 'https://domain.coml');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');


define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG','/');

define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');



Do you see any mistake? Why this not working in IE?