BuddahBoy Posted September 21, 2006 Posted September 21, 2006 Greetings - accessing admin using https but when choosing a function reverts to http - any tips or pointers? thanks
usernamenone Posted September 22, 2006 Posted September 22, 2006 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
BuddahBoy Posted September 22, 2006 Author Posted September 22, 2006 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
usernamenone Posted September 23, 2006 Posted September 23, 2006 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
BuddahBoy Posted September 23, 2006 Author Posted September 23, 2006 That is the admin/includes/configure.php file the relevant part anyway
usernamenone Posted September 23, 2006 Posted September 23, 2006 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
BuddahBoy Posted September 23, 2006 Author Posted September 23, 2006 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
BuddahBoy Posted September 23, 2006 Author Posted September 23, 2006 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
usernamenone Posted September 23, 2006 Posted September 23, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.