Page 1 of 1

http/https question

Posted: Thu Jun 10, 2010 5:31 am
by rock304
before upgrading I have a question..directions say they should be the same but in my admin/config.php my http has 3 items- server, image, and catalog while the https has only 2- server and image

do i need to add the catalog one to it

directions for upgrade say

STEP 4. For all versions, be sure that the admin/config.php file has the HTTPS section filled in.
Even if not using SSL, fill this in with the corresponding HTTP data for your site so that both HTTP and HTTPS entries have the same data:

missing from https

define('HTTP_CATALOG', 'http://www.mywebsite.net/');

Re: http/https question

Posted: Thu Jun 10, 2010 5:35 am
by Qphoria
Ah good question.
No.. for https in the admin/config.php you only need the two shown.

Re: http/https question

Posted: Thu Jun 10, 2010 8:06 am
by rock304
thanks Q ;)