Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL setup instruction


Guest

Recommended Posts

Posted

i have it activated on my server...

i also have set the setting to "true"

 

and advice or a link to help me out?

 

thanks in advance

Posted

Look in includes/local for another configure.php file.

 

This can be deleted or renamed as long is the primary one is correct.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

www.acostamotorsports.com/catalog/index.php

 

but i think its working now...

chek it out and tell me if its working ok..

 

thanks guys..

Posted

well it seems to work ok now...

but the back en says not secured?

 

setting is on true..

what am i missing?

 

thanks

Posted

You don't really need to use ssl on the admin area, unless you are storing full credit card numbers in the db. Otherwise, you will just slow down the server when you access the admin area. However, if you do want ssl enabled on the admin area just change the

 

define('HTTP_SERVER', 'http://www.yourdomain.com');

 

to

 

define('HTTP_SERVER', 'https://www.yourdomain.com');

Archived

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

×
×
  • Create New...