Guest Posted June 8, 2005 Posted June 8, 2005 Hi, can someone please tell me why my test site looks like this? www.supporteren.no/shop Im trying as good as I can to get this script to work.. But every change I do in css or anything, doesnt work! Pleeeeeeeease help, me cause Im really frustradet right now. Been trying for hours, and all I get is a crappy looking site!
Guest Posted June 8, 2005 Posted June 8, 2005 Hi, can someone please tell me why my test site looks like this? www.supporteren.no/shop Im trying as good as I can to get this script to work.. But every change I do in css or anything, doesnt work! Pleeeeeeeease help, me cause Im really frustradet right now. Been trying for hours, and all I get is a crappy looking site! <{POST_SNAPBACK}> Check that your config file is set up correctly and that when you installed the config files had the proper permission.
Guest Posted June 8, 2005 Posted June 8, 2005 Check that your config file is set up correctly and that when you installed the config files had the proper permission. <{POST_SNAPBACK}> Um, sorry, but Im a real newbie.. Could u tell me how I do that? Can tell u this much, it was installed trough a webinterface.. Which was included on my server..
JEWbacca Posted June 8, 2005 Posted June 8, 2005 Um, sorry, but Im a real newbie.. Could u tell me how I do that? Can tell u this much, it was installed trough a webinterface.. Which was included on my server.. <{POST_SNAPBACK}> Did you upload the css?
Guest Posted June 8, 2005 Posted June 8, 2005 Did you upload the css? <{POST_SNAPBACK}> Yeah, the stylesheet.css is in the shop folder.. But it doesnt seem to work?! This site looks awful now, so something must be very wrong!
♥Vger Posted June 8, 2005 Posted June 8, 2005 All of your images are pointing to https addresses, and I'm guessing that you don't have a full ssl cert installed. The css problem is probably because your site has not been on the server long enough to fully propagate - give it 24 hrs. Vger
Guest Posted June 8, 2005 Posted June 8, 2005 In catalog/includes/cofigure.php change define('HTTP_SERVER', 'https://www.supporteren.no/shop'); define('HTTPS_SERVER', 'https://www.supporteren.no/shop'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? to define('HTTP_SERVER', 'http://www.supporteren.no/shop'); define('HTTPS_SERVER', 'https://www.supporteren.no/shop'); define('ENABLE_SSL', false); // secure webserver for checkout procedure? I hope I am right :-"
Guest Posted June 8, 2005 Posted June 8, 2005 Thanks a lot mate.. But how can I change it from https to http?
Guest Posted June 8, 2005 Posted June 8, 2005 oh, sorry java.. hehe, didnt see ur reply.. But its already set to false! Any other ideas?
Guest Posted June 8, 2005 Posted June 8, 2005 You can edit that file the same way you were trying to edit the CSS file. If using Cpanel there is a file manager section there, but the best way is to get a PHP editing program or similar and use that. Frontpage or Dreamweaver are the best but I am sure there are cheaper or free ones out there.
Guest Posted June 8, 2005 Posted June 8, 2005 I changed the line : https.www.mydomain.com to http: instead.. now it works. :) Thanks alot mate!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.