germ Posted March 8, 2009 Share Posted March 8, 2009 It's in your index.php in the root folder. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
abe_rudder Posted March 8, 2009 Author Share Posted March 8, 2009 Wow I was making that a lot more difficult than it was, I've changed all the links to https now Link to comment Share on other sites More sharing options...
abe_rudder Posted March 8, 2009 Author Share Posted March 8, 2009 I think thats fixed the problem? but I've still got a certificate warning everytime I log into the admin side of the website would that be a problem in the admin/includes config file? Link to comment Share on other sites More sharing options...
germ Posted March 8, 2009 Share Posted March 8, 2009 No warning in IE now (catalog). All looks good now. :) You admin config file needs work. define('HTTP_SERVER', ''); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', ''); define('HTTPS_CATALOG_SERVER', ''); What does it have for those lines? :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
abe_rudder Posted March 8, 2009 Author Share Posted March 8, 2009 define('HTTP_SERVER', 'https://www.linzdesign.co.uk'); define('HTTP_CATALOG_SERVER', 'https://www.linzdesign.co.uk'); define('HTTPS_CATALOG_SERVER', 'https://www.linzdesign.co.uk'); Link to comment Share on other sites More sharing options...
germ Posted March 8, 2009 Share Posted March 8, 2009 Pay attention to details: define('HTTP_SERVER', 'https://linzdesign.co.uk'); define('HTTP_CATALOG_SERVER', 'https://linzdesign.co.uk'); define('HTTPS_CATALOG_SERVER', 'https://linzdesign.co.uk'); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
abe_rudder Posted March 8, 2009 Author Share Posted March 8, 2009 And if you open my website in IE do the flash links work on your computer? because they only seem to work on mine in firefox Link to comment Share on other sites More sharing options...
abe_rudder Posted March 8, 2009 Author Share Posted March 8, 2009 That's got it thanks! Link to comment Share on other sites More sharing options...
germ Posted March 8, 2009 Share Posted March 8, 2009 Works for me in IE7 If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
abe_rudder Posted March 8, 2009 Author Share Posted March 8, 2009 Thats good, I don't use IE much so hopefully it's just something I haven't installed. Thankyou so much for your help, now I've got to work out why the PayPal module isn't working properly! Link to comment Share on other sites More sharing options...
abe_rudder Posted March 8, 2009 Author Share Posted March 8, 2009 I think I found the problem, the module was using the sandbox mode so I think the website is all set! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.