This is a discussion on https:// Admin redirects to http:// within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; If I try to access my admin panel using the https:// URL, it redirects to the http:// URL. Any ideas ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| If I try to access my admin panel using the https:// URL, it redirects to the http:// URL. Any ideas why this is happening? Https works fine on the catalog side (when checking out), and the configure looks to be ok as well. |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| You do not have the http (yes http, not https) url set correctly in the admin/includes/configure.php. The http url should be set to the actual ssl url. This will keep it from switching to non-ssl.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Thanks for the quick reponse, but unfortunately that doesn't fix the problem. Now, it just redirects to the http: version of the https URL. Here's my defines in admin/includes/configure.php: define('HTTP_SERVER', 'http://driwashnguard.biz/atoolcrib'); define('HTTP_CATALOG_SERVER', 'http://driwashnguard.biz/atoolcrib'); define('HTTPS_CATALOG_SERVER', 'https://driwashnguard.biz/atoolcrib/'); define('ENABLE_SSL_CATALOG', 'true'); |
|
#4
| ||||
| ||||
| You did not do what I suggested. Change this : define('HTTP_SERVER', 'http://driwashnguard.biz/atoolcrib'); to this: define('HTTP_SERVER', 'https://driwashnguard.biz/atoolcrib');
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MS2MAX - HTTP and hTTPS output differ on same pages. | glk | osCMax v1.7 Discussion | 1 | 03-04-2004 09:05 PM |
| admin login goes https to http??? | john- | osCMax v1.7 Discussion | 2 | 12-23-2003 07:19 AM |
| setup guide for http to https? | JohnW | osCommerce 2.2 Installation Help | 43 | 03-17-2003 09:39 AM |
| admin login and https | MikeF | osCommerce 2.2 Modification Help | 7 | 03-11-2003 01:15 PM |