Alexandero Posted March 6, 2007 Share Posted March 6, 2007 Hi, has anyone of you encountred such a problem, when I click anywhere on my store, say Categories or any product, the page changes into " Internet Explorer cannot display the webpage Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address and in the adress bar I see this URL : http://www.mydomaine.comdir_ws_http_catalo...f9a0308c87049be Please help and thank you in advance. Link to comment Share on other sites More sharing options...
pynchon Posted March 6, 2007 Share Posted March 6, 2007 Hi, has anyone of you encountred such a problem, when I click anywhere on my store, say Categories or any product, the page changes into " Internet Explorer cannot display the webpage Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address and in the adress bar I see this URL : http://www.mydomaine.comdir_ws_http_catalo...f9a0308c87049be Please help and thank you in advance. you have changed something somewhere .. possibly config.php? and its messing up the structure of the URL's http://www.mydomaine.comdir_ws_http_catalog-tshirt-p-317.html/?osCsid=df7427d060112cdf7f9a0308c87049be the highlighted part is wrong ... the link should probably be http://www.mydomaine.com/catalog/tshirt-p-317.html or http://www.mydomaine.com/catalog/tshirt-p-317.php JK Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2007 Share Posted March 6, 2007 Hi, has anyone of you encountred such a problem, when I click anywhere on my store, say Categories or any product, the page changes into " Internet Explorer cannot display the webpage Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the address and in the adress bar I see this URL : http://www.mydomaine.comdir_ws_http_catalo...f9a0308c87049be Please help and thank you in advance. You are missing a forward slash after your URL. http://www.mydomaine.comdir_ws_http_catalo...f9a0308c87049be Should be: http://www.mydomaine.com/dir_ws_http_catal...f9a0308c87049be (notice the slash after the .com) Try to add a slash after your URL in includes/configure.php. Link to comment Share on other sites More sharing options...
Alexandero Posted March 6, 2007 Author Share Posted March 6, 2007 Thank you for your quick replies, I did what you said but i wonder how it changed like this, I did not touch that file. And now I added / after define('HTTP_SERVER', 'http://mydomaine.com/ '); // eg, http://localhost - should not be empty for productive servers. and the pages can be seen now, but what annoys me is the shape of the urls now: http://www.mydomaine.com/DIR_WS_HTTP_CATALOGtshirt- T001-c-21_25.html?osCsid=047bde315da4caf940fe65bc63048a23 I never seen DIR_WS_HTTP_CATALOG in my store urls before .. Any explanation or help to fix it is appreciated. Thanks Link to comment Share on other sites More sharing options...
Alexandero Posted March 6, 2007 Author Share Posted March 6, 2007 Furthermore, i don't have html files, i have php but now i see html extension Link to comment Share on other sites More sharing options...
Alexandero Posted March 6, 2007 Author Share Posted March 6, 2007 and also when i click on CREAT ACCOUNT i still see this : http://www.mydomaine.com//HTTPS_SERVERDIR_...2d3de0d787e77ff and the manufacures box also the same Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.