Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change 'https' links to 'http'


aidan

Recommended Posts

Posted

I have 3 domains hosted on my server and the ssl only works on one domain. On the configure.php page I set :

 

define('ENABLE_SSL', false);

 

On the front page I need to change the 'login' and 'create account' and all other links beginning with 'https' to start with 'http'.

 

How can I do this as they just show a blank page otherwise? Is there a page I can edit these values?

 

All help appreciated, Thanks

Posted
I have 3 domains hosted on my server and the ssl only works on one domain. On the configure.php page I set :

 

define('ENABLE_SSL', false);

 

On the front page I need to change the 'login' and 'create account' and all other links beginning with 'https' to start with 'http'.

 

How can I do this as they just show a blank page otherwise? Is there a page I can edit these values?

 

All help appreciated, Thanks

 

 

if you disable SSL in configure.php, login and all other pages will be http

Treasurer MFC

Posted

yep I got it now, there was another configure.php in catalog/includes/local that I didn't change. It's working now.

 

Thanks for your reply

Archived

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

×
×
  • Create New...