tptnyc Posted September 21, 2008 Share Posted September 21, 2008 Despite SSL certificate installed on to hosting server, pages like login.php or order_info.php etc. showing SECURITY WARNING - This page contains both secured and non-secured items. How to fix this problem? Link to comment Share on other sites More sharing options...
germ Posted September 21, 2008 Share Posted September 21, 2008 I could probably find out why, but not without your URL. :blush: 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...
diana117 Posted September 21, 2008 Share Posted September 21, 2008 I have this problem too! Link to comment Share on other sites More sharing options...
germ Posted September 21, 2008 Share Posted September 21, 2008 Diana, your problem (or at least part of it) is here in your stylesheet: BODY { background-image : url('http://i16.photobucket.com/albums/b3/diana117/materialland_101.gif'); color: #000000; margin: 0px; } A "hard coded" HTTP link to an image... That's a SSL killer.... :blush: 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...
diana117 Posted September 21, 2008 Share Posted September 21, 2008 Then what should I do? Thanks! Diana, your problem (or at least part of it) is here in your stylesheet: BODY { background-image : url('http://i16.photobucket.com/albums/b3/diana117/materialland_101.gif'); color: #000000; margin: 0px; } A "hard coded" HTTP link to an image... That's a SSL killer.... :blush: Link to comment Share on other sites More sharing options...
germ Posted September 21, 2008 Share Posted September 21, 2008 Put the image in your images folder on your site with all your other osC images and change this: background-image : url('http://i16.photobucket.com/albums/b3/diana117/materialland_101.gif'); to background-image : url('images/materialland_101.gif'); I've already helped the original poster in this thread fix his problem, too. 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...
satish Posted September 21, 2008 Share Posted September 21, 2008 BODY { background-image : url('https://i16.photobucket.com/albums/b3/diana117/materialland_101.gif'); color: #000000; margin: 0px; } This will also do incse YOur SSL is by this name. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
germ Posted September 21, 2008 Share Posted September 21, 2008 https://i16.photobucket.com/albums/b3/diana117/materialland_101.gif Click it and you get: Internet Explorer cannot display the webpage I don't think Photobucket supports SSL :blush: 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.