Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Certificate


tptnyc

Recommended Posts

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

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...