Dean Posted December 3, 2003 Share Posted December 3, 2003 Hi, I seem to be having a problem with a catlog I have put together - http://www.casalibra.com/catalog/ I've looked through this forum and see that many people are having the same problems... but not many solved. What happens is that when someone tries accessing the index.php (or any other php files in catalog) the page return 'cannot find server'. Then if you refresh a few times, you finally go through ok. This probably happens about 60% of all visits. However, I have never had the problem in NS - only in IE! This is what the config looks like.... can anyone see anything wrong? // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.casalibra.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.casalibra.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'false'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.casalibra.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/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/'); Hope someone can help as this is driving me nuts!!! Arghhhhh :angry: Thanks is advance! Cheers, Dean Link to comment Share on other sites More sharing options...
Dean Posted December 3, 2003 Author Share Posted December 3, 2003 Could it be anything to do with cache? Link to comment Share on other sites More sharing options...
Dean Posted December 4, 2003 Author Share Posted December 4, 2003 Can anyone help with this... it's very urgent now. Anyone solved these probs with theirs? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.