Guest Posted February 19, 2009 Share Posted February 19, 2009 I am hoping someone can help me! i have a shared ssl on my oscommerce website. when i enable the ssl code,the secure pages load,but i have broken images. the URL for the images is https://borabora.globat.com/~knitnoy.com/images but when i right click on the images they are located on this URL Https://www.knitnoy.com/images. this location only exists at www.knitnoy.com/images what code do i need to change so that the correct location is found? I am new to all this, so i am not sure i have explained myself well enough. If you go to www.knitnoy.com and go to the log in page you will see what i mean. Thanks in advance for any help. I have tried my host for help but they dont seem to understand me?? Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2009 Share Posted February 20, 2009 This is my current includes/configure. can you see any obvious errors? <?php define('HTTP_SERVER', 'http://www.knitnoy.com'); define('HTTPS_SERVER', 'https://borabora.globat.com/~knitnoy.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'www.knitnoy.com'); define('HTTPS_COOKIE_DOMAIN', 'borabora.globat.com/~knitnoy.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); 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', 'pub/'); define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/knitnoy.com/httpdocs/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); hope someone can help, because i am stuck. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.