Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to install SSL on OSC: A Simple 1-2-3 Instruction


jpweber

Recommended Posts

Hi Jason, you seem to know what you're talking about when it comes to ssl so i was hoping that you might be able to help me out. I just barely installed my ssl certificate onto my server for my osc store and things are fine, i followed your instructions at the beginning of the this post and edited both of my configure files as well. Here's the problem, when i access any of the pages on my site that should be secure, such as shopping cart and checkout, there is the S in the http://, indicating that it is not secure.

the site that i am working on can be found at OutfitterWarehouse.com

I can manually enter httpS://www.outfitterwarehouse.com and it brings up my site with no problem, but as soon as i click on a link it reverts back to the normal http://.

Can you please take a look and maybe help me figure out what is going wrong, thanks.

 

 

Neil, first your .htaccess must include this line -- copy and paste it:

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.yourdomain.com$

RewriteRule ^(.*)$ http://yourdomain.com/$1 [R=301,L]

 

Now, that is assuming your SSL was signed to yourdomain.com, NOT www.yourdomain.com .... the "www" makes all the diffference in the world. Other than that, your config files are definitely messed up. E-mail me them for correction ..... use the e-mail link in my profile.

 

Jason

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

  • Replies 485
  • Created
  • Last Reply
Neil, first your .htaccess must include this line -- copy and paste it:

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.yourdomain.com$

RewriteRule ^(.*)$ http://yourdomain.com/$1 [R=301,L]

 

Now, that is assuming your SSL was signed to yourdomain.com, NOT www.yourdomain.com .... the "www" makes all the diffference in the world. Other than that, your config files are definitely messed up. E-mail me them for correction ..... use the e-mail link in my profile.

 

Jason

 

 

Okay, i added that code to my htaccess file but it didn't change anything. I do believe that the SSL was signed to www.domain.com though, is there a way to work around that? what must i do now? thanks

lewisqic

Link to comment
Share on other sites

  • 2 weeks later...

I sorted my mess out. Easy really.

I commented out all my other virtual hosts in the Apache conf file.... duh!

An SSL cert needs a dedicated IP address... which is a little obvious, but was never mentioned anywhere.

Anywho, everything worked perfectly from then on, just as your 1-2-3 process detailed.

Thanks for all the help, and I hope someone learns from this. :)

-Neil

Link to comment
Share on other sites

  • 2 weeks later...

The Shared SSL can work ... you just have to know how to alter your configure.php files, and what the host company's path to SSL is.

 

Being on the same page .... sometimes (too often, imho), the SSL company will assign a certificate for http://domain.com, and your host will install it on http://www.domain.com (note the "www"). The SSL company who's issuing the SSL and your host who's installing the SSL on your server must both be on the same page -- with or without the www. IF there is a cross-up, you'll receive errors.

 

So be clear with the SSL company -- "I want this on WWW.domain.com", and then be clear with the host -- "I want this installed on WWW.domain.com" ....

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Hello,

 

My host has installed a SSL Certificate (Geotrust) on my site. Since doing so I cannot access my Site or Admin. All I get is a 404 error page or a you do not have permission to access this page.

 

I set my admin/includes/configure.php but when I try and set my catalog/includes/configure.php I get this error [a fatal error or timeout occurred while processing this directive] So the catalog/includes/configure.php have not been changed.

 

I can only edit my configure.php files through cpanel. My host has permission set to 400 so I cannot change through FTP.

 

I followed the instructions posted in this thread for the configuration of the configure.php files.

 

One minute my site and admin was there, my host installs the cerificate and poof! Just like a puff of smoke my site and admin are gone? Why can I not access my site or Admin? Any ideas on where it went? :'(

 

I was under the assumption that if I got my host to install it for me I could avoid any problems as I know if I had done it I would of done something wrong. How wrong was I. When I contacted my host to say I cant access my site or admin, Im told to go to the OSC Forums.

 

I dont even know what I should be asking here. All I know is that my site was working fine, SSL Certificate installed and now no access to my site at all.

 

Help would be very much appreciated.

 

My site is http://www.shoppinginurpjs.com

Link to comment
Share on other sites

Hi,

I have this same problem. I have the server set up with shared SSL, and https pages work fine if you type them in directly as a URL, but as soon as you click on a link, even if it should normally be an https page (like login) you get thrown back to a standard unsecured http page. As a result, the site won't provide a secure connection to authorize.net

 

Here's what I have in my admin configure file:

define('HTTP_SERVER', 'https://cloucult.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'https://cloucult.com');

define('HTTPS_CATALOG_SERVER', 'https://cloudcult.c2.ixwebhosting.com');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

Here's what I have in my catalog configure file:

define('HTTP_SERVER', 'http://cloudcult.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://cloudcult.c2.ixwebhosting.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', '.cloudcult.com');

define('HTTPS_COOKIE_DOMAIN', '.cloudcult.c2.ixwebhosting.com');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

 

According to my webhost, by third level shared SSL is https://cloudcult.c2.ixwebhosting.com

 

I've been working on this problem for a good 4 hours and figure it's time to seek help.

 

Thanks

Link to comment
Share on other sites

Craig, look on your server, in your catalog/includes/ folder. Is there a folder within the includes folder entitled "local"? If so, click on the local folder, so your path is catalog/includes/local/ and within there, there may be a configure.php file. If so, OSC is picking up the configure.php file within your local folder. Rename this file to configure_old.php, and this should solve the problem.

 

The same applies to your admin side. Look within the catalog/admin/includes/local/ folder and find the configure.php, rename it to configure_old.php and things should be better. If you get any errors, just copy your database information from /local/configure.php into your regular configure.php files.

 

Good luck.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Actually, I am noticing now that your suggestions solved my https problem, but it seemed to have caused a problem in the admin area. I can get to my main admin index page on my browser, but can't get any further in than that. Could that be related to the fact that I changed the admin/includes/local/configure.php file to configure_old.php ? Thanks

Link to comment
Share on other sites

  • 2 weeks later...

Hey Jason,

 

I am nearing launch on my site at www.irepairsquad.com and I'm having issues with my SSL.

 

The page says contains both secure and non secure links. I have checked all my img sources and

they are set relatively.

 

I noticed you stated that even the links need to be toward https: urls, but all of the column left links

are only http.

 

I'm not sure how to go about changing that or why I would want to b/c I only want the protected pages

to display the https links.

 

Please help me if you can, I simply want the lock to show up in Firefox.

 

Thank you!

 

James

Link to comment
Share on other sites

Dear Jason,

 

I have set my catalog/includes/configure.php and my catalog/admin/includes/configure.php files exactly as you have instructed.

 

The site is here.. http://goodfellasgames.com/shop/

 

If you go to my main shop page, you will find that the links in categories and individual products are pointing to HTTPS and not HTTP. It is my understanding that the settings for the above referenced files are correct and should only allow HTTPS of pages that require input from the customer.

 

Might you offer some advice for me? Here is the code from my configuration files...

 

catalog/admin/includes/configure.php

 define('HTTP_SERVER', 'https://goodfellasgames.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'https://goodfellasgames.com');
 define('HTTPS_CATALOG_SERVER', 'https://goodfellasgames.com');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
 define('DIR_FS_DOCUMENT_ROOT', '/home/content/a/w/a/awarner203/html/shop/'); // where the pages are located on the server
 define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required
 define('DIR_FS_ADMIN', '/home/content/a/w/a/awarner203/html/shop/admin/'); // absolute pate required
 define('DIR_WS_CATALOG', '/shop/'); // absolute path required
 define('DIR_FS_CATALOG', '/home/content/a/w/a/awarner203/html/shop/'); // absolute path required

 

catalog/includes/configure.php

define('HTTP_SERVER', 'https://goodfellasgames.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://goodfellasgames.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'goodfellasgames.com');
 define('HTTPS_COOKIE_DOMAIN', 'goodfellasgames.com');
 define('HTTP_COOKIE_PATH', '/shop/');
 define('HTTPS_COOKIE_PATH', '/shop/');
 define('DIR_WS_HTTP_CATALOG', '/shop/');
 define('DIR_WS_HTTPS_CATALOG', '/shop/');

 

Thanks,

 

Adam

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Typo in above post....

 

This is...

catalog/includes/configure.php

define('HTTP_SERVER', 'http://goodfellasgames.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://goodfellasgames.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'goodfellasgames.com');
 define('HTTPS_COOKIE_DOMAIN', 'goodfellasgames.com');
 define('HTTP_COOKIE_PATH', '/shop/');
 define('HTTPS_COOKIE_PATH', '/shop/');
 define('DIR_WS_HTTP_CATALOG', '/shop/');
 define('DIR_WS_HTTPS_CATALOG', '/shop/');
 define('DIR_WS_IMAGES', 'images/');

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Adam ...

 

Your SSL appears to be functioning smoothly; I created an account, no problem.

 

Regarding your categories, I'm unsure as to why they point to https:// ... you're correct in that they should point to http:// .... not https://

 

In your shop/includes/configure.php file, remember, your cookie domain should have two dots in it. So instead of:

 

define('HTTP_COOKIE_DOMAIN', 'goodfellasgames.com');

define('HTTPS_COOKIE_DOMAIN', 'goodfellasgames.com');

 

It should be

 

define('HTTP_COOKIE_DOMAIN', '.goodfellasgames.com');

define('HTTPS_COOKIE_DOMAIN', '.goodfellasgames.com');

 

But I don't see how that would cause an issue with your categories. It appears you're using some sort of template system, and it may have something to do with that. Other than that, I'd really have to get in there and dig in myself to figure out exactly why it's pointing to https:// ...

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Adam ...

 

Your SSL appears to be functioning smoothly; I created an account, no problem.

 

Regarding your categories, I'm unsure as to why they point to https:// ... you're correct in that they should point to http:// .... not https://

 

In your shop/includes/configure.php file, remember, your cookie domain should have two dots in it. So instead of:

 

define('HTTP_COOKIE_DOMAIN', 'goodfellasgames.com');

define('HTTPS_COOKIE_DOMAIN', 'goodfellasgames.com');

 

It should be

 

define('HTTP_COOKIE_DOMAIN', '.goodfellasgames.com');

define('HTTPS_COOKIE_DOMAIN', '.goodfellasgames.com');

 

But I don't see how that would cause an issue with your categories. It appears you're using some sort of template system, and it may have something to do with that. Other than that, I'd really have to get in there and dig in myself to figure out exactly why it's pointing to https:// ...

 

Thanks for the quick reply Jason,

 

I was unaware of the dot required at the start of the cookie domain, thank you, I will change that soon:)

 

I'm am using the Dynamenu contrib foudn here at OSC to create the fly-out menus...I dug around, but couldn't see anything that pointed to HTTPS instead of HTTP....

 

If you'd like to have a look around to investigate, I would be very appreciative. This has become an issue because I am trying to generate an xml sitemap and the one I have access to only follows http...not https....so no categories or products are getting listed in the sitemap;)

 

I'd be very grateful if you could spare the time to take a look. I can set you up with your own FTP access in a matter of a few minutes if you like????

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Thanks for the quick reply Jason,

 

I was unaware of the dot required at the start of the cookie domain, thank you, I will change that soon:)

 

I'm am using the Dynamenu contrib foudn here at OSC to create the fly-out menus...I dug around, but couldn't see anything that pointed to HTTPS instead of HTTP....

 

If you'd like to have a look around to investigate, I would be very appreciative. This has become an issue because I am trying to generate an xml sitemap and the one I have access to only follows http...not https....so no categories or products are getting listed in the sitemap;)

 

I'd be very grateful if you could spare the time to take a look. I can set you up with your own FTP access in a matter of a few minutes if you like????

 

I've added the two "dots" before the cookie domain. As you said, that didn't make a difference. I am still interested in knowing why this is happening, and hopefully a solution. If anyone can offer any advice, please help:)

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Well, sure, you can use the e-mail link (not message link) in my profile and I'll see what I can do. I'm sure it's related to the contribution.

 

Jason

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Your shop/includes/configure.php file was not correct. It's now correct, like this:

 

define('HTTP_SERVER', 'http://goodfellasgames.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://goodfellasgames.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', '.goodfellasgames.com');

define('HTTPS_COOKIE_DOMAIN', '.goodfellasgames.com');

 

Good luck.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

My problem has been solved with the gracious help of Jason above...Thanks Jason!

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

I've read several posts about similar issues arriving from the SSL being set at http://yourdomain.com instead of like you have it in your config.... http://www.yourdomain.com

 

Please don't take my word for it though...I am merely offering one possibility from reading posts on here the last few months...

 

This has nothing to do with it, Adam. Having the "www" or no "www" all depends on where the SSL company has assigned the SSL certificate to. Both are acceptable. The error is in here:

 

// define our database connection

define('DB_SERVER', 'localhost');

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

This has nothing to do with it, Adam. Having the "www" or no "www" all depends on where the SSL company has assigned the SSL certificate to. Both are acceptable. The error is in here:

 

// define our database connection

define('DB_SERVER', 'localhost');

 

Sorry Jason,

 

I'll be more selective about sharing my "guesses" next time...

 

Good luck medved:)

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Thanks! That solved the problem. You're a brilliant fellow!

 

i agree! just reading thru this thread to find out why i couldn't get my ssl to 'take' and this advice helped me too. thanks so much jason!

Link to comment
Share on other sites

Actually, I am noticing now that your suggestions solved my https problem, but it seemed to have caused a problem in the admin area. I can get to my main admin index page on my browser, but can't get any further in than that. Could that be related to the fact that I changed the admin/includes/local/configure.php file to configure_old.php ? Thanks

 

Copy your database information (the 6 or 7 lines at the bottom of your admin/includes/local/configure_old.php file, and paste them into your admin/includes/configure.php file, overwriting the database information that isn't working.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

change to:

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

 

This is because your host set it up how they do it, now how oscommerce does it. Their mistake. Good luck and keep me posted.

hi thanks for replay to use localhost helped, but pages that should use SSL are not working: account.php is not working. do you know why?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...