boxmodz Posted November 21, 2005 Posted November 21, 2005 hi all, here's my problem... Ive been getting to grips with oscommerce for a little while now and even though ive had ups and downs ive found this site invaluable but i cant find the answer to this. If you look at my site you will see http://www.boxmodz.net/www/ it was ok for a while now thats happened and if you right click the properties of the images etc. they are https://boxmodz.net/www/images/..... so the question is why are they https? i havent got https and never had? and how can (and where) can i chnge this?? Could this have been my webspace providers doings? Im really looking for some answers as ive spent 2 days looking for an answer..and i know ive come to the right place.. Thanks in advance..
kwalker Posted November 21, 2005 Posted November 21, 2005 I would check with my hosting company because it sounds like you do have a secured server. Kevin "What I didn't know yesterday, I know today & will remember tomorrow" (By Kwalker) What do you see when you open up the tep_database-pr2.2-CVS.pdf file that came with your osCommerce download?
AlanR Posted November 21, 2005 Posted November 21, 2005 In www/includes/configure.php Set these two lines the same: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.boxmodz.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.boxmodz.net'); // eg, https://localhost - should not be empty for productive servers It's a server glitch and fairly common. 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)
boxmodz Posted November 22, 2005 Author Posted November 22, 2005 In www/includes/configure.php Set these two lines the same: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.boxmodz.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.boxmodz.net'); // eg, https://localhost - should not be empty for productive servers It's a server glitch and fairly common. you guys are the best :) how can one letter "s" cause so much grief!! Once again a large thanks!!! :) and keep up the good work :D
danafriedman Posted December 4, 2005 Posted December 4, 2005 Alan R posted: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.boxmodz.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.boxmodz.net'); // eg, https://localhost - should not be empty for productive servers ************* What if one is still having the image display issue under IE WITH a secure server, and the configure.php does indicate an https: in the server name? Any thoughts? Thanks, Dana (newbie to this board/site, and to osc)
joep147 Posted December 4, 2005 Posted December 4, 2005 What if one is still having the image display issue under IE WITH a secure server, and theconfigure.php does indicate an https: in the server name? Any thoughts? Thanks, Dana (newbie to this board/site, and to osc) hi you might wanna look at this post. edit: sorry, you are looking for an solution WITH SSL, but then again, this might help somehow :P
Recommended Posts
Archived
This topic is now archived and is closed to further replies.