Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to keep https connection in admin?


BuddahBoy

Recommended Posts

Posted

You have a configure.php file in your catalog/admin make sure you http and https is configured correctly.

 

Greetings - accessing admin using https but when choosing a function reverts to http - any tips or pointers?

 

thanks

Posted
You have a configure.php file in your catalog/admin make sure you http and https is configured correctly.

 

 

this is partial from the admin conf file - not correct? What should I change? THanks

 

define('HTTPS_CATALOG_SERVER', 'https://www.xxxxxxx.com');

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

define('DIR_FS_DOCUMENT_ROOT', '/home/carolina/public_html/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

Posted

And does the one in admin/includes.configure.php say the same?

 

this is partial from the admin conf file - not correct? What should I change? THanks

 

define('HTTPS_CATALOG_SERVER', 'https://www.xxxxxxx.com');

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

define('DIR_FS_DOCUMENT_ROOT', '/home/carolina/public_html/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

Posted

There is a bug in admin/index.php that states you are are not ssl secure when in fact you are. If you see the gold padlock in the bottom righ side of your toolbar of your web browser then you have ssl enabled and this is the bug that we all have to deal with. I will assume this is your case.

 

If this is not your case You may want to check out this contrib.

 

http://www.oscommerce.com/community/contributions,1788/

 

That is the admin/includes/configure.php file

 

the relevant part anyway

Posted
There is a bug in admin/index.php that states you are are not ssl secure when in fact you are. If you see the gold padlock in the bottom righ side of your toolbar of your web browser then you have ssl enabled and this is the bug that we all have to deal with. I will assume this is your case.

 

If this is not your case You may want to check out this contrib.

 

http://www.oscommerce.com/community/contributions,1788/

 

 

Thank you once again - but, actually it does show secure initially but does revert to unsecure when clicking on any link - like clicking on backup will revert to http://*.* again.

 

I'll check out the contrib - - and thanks for taking the time to assist.

 

 

All the best

Posted

Well, that worked out just fine - added the two lines at the end of that explanation to my .htacess file and all's good now - - thanks alot Lola; hope to be in a position to reciprocate someday!

 

appreciate it

Ron

Posted

Your verry welcome and good luck with your shop. Hope you make lots of money!

 

 

Well, that worked out just fine - added the two lines at the end of that explanation to my .htacess file and all's good now - - thanks alot Lola; hope to be in a position to reciprocate someday!

 

appreciate it

Ron

Archived

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

×
×
  • Create New...