nero36 Posted November 13, 2005 Share Posted November 13, 2005 Hello, I am trying to configure an osCommerce shop based on a template. The problem appears when I try to access the shop from a browser like Internet Explorer, it looks like the pictures have broken lins and the CSS is not recognised. When I try to access the shop from Mozilla Firefox, it works perfectly fine. I have attached two snapshots, one with Firefox and the other with IE. Does anybody know what might be the cause of my problems? I searched this forum but I couldn't finhd an answer regarding my problem. Here is the configuration of the web-server running my store : Operating system Linux Kernel version 2.6.13-1.1532_FC4smp Machine Type i686 Apache version 1.3.34 (Unix) PERL version 5.8.7 PHP version 5.0.5 MySQL version 4.1.13-standard-log cPanel Build 10.8.1-RELEASE 30 Theme cPanel X v2.5.0 Please help, I am desperate! Link to comment Share on other sites More sharing options...
digbydo Posted November 13, 2005 Share Posted November 13, 2005 please post url.... http://www.distributieonline.ro/ is "under construction" and I can't guess your store address... one-click installation.. Dave's info Link to comment Share on other sites More sharing options...
AlanR Posted November 13, 2005 Share Posted November 13, 2005 In your catalog/includes/configure.php Set the two server lines exactly the same (for now). ie: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.distributieonline.ro/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.distributieonline.ro/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
nero36 Posted November 13, 2005 Author Share Posted November 13, 2005 In your catalog/includes/configure.php Set the two server lines exactly the same (for now). ie: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.distributieonline.ro/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.distributieonline.ro/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? You are the best, Alan! Thanks, I owe you one! If there's anything that I can do for you, I'd be happy to know! Many thanks again! Mihai Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.