|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Posts: n/a
|
no images or stylesheet with SSL
When I enable SSL and change the configure.php file to point to the https server I lose all images when entering a secure portion of site. When I right-click..properties on the image it is pointing to http://%20https://pulsar......
I have looked through the forums here and at OScommerce, but have yet to find a solution. Any suggestions would be appreciated. |
|
|
#2 |
|
Join Date: Feb 2002
Location: In My House
Posts: 2,134
Reputation: 70
|
haven't tried it here.. but on other sites I have webmastered on, you would just need to use your full (non-virtual) path, ie:
your domain: www.yourdomain.com/stylesheet.css https version: www.hostdomain.com/youraccount/stylesheet.css again.. haven't tried it here.. worth trying though ![]() good luck! -L
__________________
~The WebWench~ Semi-Stix Studio (Free Music & Scripts!) - Crafters-Index (free patterns) - Neuadd Sibly (more free music) ______________________________________ Do not meddle in the affairs of dragons, for you are crunchy, and taste good with ketchup |
|
|
|
|
#3 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
I've used stylesheets with https here and they work fine. I'd guess you have an error in your osCommerce configuration include file, perhaps an extra blank in a string?
__________________
Steve |
|
|
|
|
#4 |
|
Posts: n/a
|
Thank you stevel!!
You were correct. I did have an extra blank in the following line in my config include file: define('HTTPS_SERVER', ' https://pulsar.powweb.... once I changed it to: define('HTTPS_SERVER', 'https://pulsar.powweb.... everything works beautifully. Thank you again!! JeffreyD |
![]() |
| Thread Tools | Search this Thread |
|
|