My site is www.actionforms.ca/office_supplies
I was trying to get my SSL certifcate stuff in there. This is what I did:
Opened Admin -> Includes -> configure.php and changed the following lines:
[FONT=System]Code:define('HTTP_SERVER', 'http://localhost'); define('HTTPS_SERVER', 'https://localhost'); define('HTTP_CATALOG_SERVER', 'http://localhost'); define('HTTPS_CATALOG_SERVER', 'https://localhost'); // secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'false'); define('ENABLE_SSL_ADMIN', 'false');
to
[/FONT][FONT=System][FONT=System]Code:define('HTTP_SERVER', 'http://www.actionforms.ca'); define('HTTPS_SERVER', 'https://www.actionforms.ca'); define('HTTP_CATALOG_SERVER', 'http://www.actionforms.ca'); define('HTTPS_CATALOG_SERVER', 'https://www.actionforms.ca'); // secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'false'); define('ENABLE_SSL_ADMIN', 'true');
Then I opened Includes -> Configure.php and changed
[/FONT][/FONT][FONT=System][FONT=System][FONT=System]Code:define('HTTP_SERVER', 'http://localhost'); define('HTTPS_SERVER', 'https://localhost'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'false');
to
[/FONT][/FONT][/FONT]I FTPed everything to my server and now neither my Admin nor my store are working. I have switched everything back to the original, but it is still now working. It is showing my permissions at 644. I tried to change then to 444 to see if that was a problem, but it won't change them.Code:define('HTTP_SERVER', 'http://www.actionforms.ca'); define('HTTPS_SERVER', 'https://www.actionforms.ca'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'true');
My server has said that the certificate is installed and ready.
I really need to stop breaking things! This is getting really tiresome!!
Thanks
Colleen



