Zen Cart Logo
Forums / General Questions / SSL set up in Admin Configure file

SSL set up in Admin Configure file

Locked

Views: 1,029

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
3 Feb 2007, 6:15 PM
#1
rush_woman avatar

rush_woman

Zen Follower

Join Date:
Jan 2007
Location:
California
Posts:
328
Plugin Contributions:
0

SSL set up in Admin Configure file

:unsure:I just went to add the SSL info to the configure files. I find the file in includes/configure.php is okay. However, in the Admin section, there is no configure.php file, it is called 'configuration.php'. Is this a problem? Is the file I need to change? Should I rename it? I'm sure I renamed it correctly when I installed. I'm just about ready to go live; everything is finished except for the ssl set up and the security changes.

Please tell me this is okay. The Admin is working fine and has been.:down:

Depression is setting in. . . . .

3 Feb 2007, 11:59 PM
#2
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: SSL set up in Admin Configure file

admin/includes/configure.php

4 Feb 2007, 12:18 AM
#3
rush_woman avatar

rush_woman

Zen Follower

Join Date:
Jan 2007
Location:
California
Posts:
328
Plugin Contributions:
0

Re: SSL set up in Admin Configure file

oh THANK YOU! Stressing myself out with the thought of touching a config.php file...... Going to change now. One day maybe I'll get over it......:bangin:

Seriously though, thank you,

4 Feb 2007, 12:38 AM
#4
rush_woman avatar

rush_woman

Zen Follower

Join Date:
Jan 2007
Location:
California
Posts:
328
Plugin Contributions:
0

Re: SSL set up in Admin Configure file

Darn! Errors. I asked my hosting CO if I needed to move the catalog and no one has gotten back to me. Is that what this error means?

Warning: main(DIR_WS_TEMPLATEStemplate_default/common/html_header.php): failed to open stream: No such file or directory in /home/content/./././.../html/index.php on line 43

Warning: main(DIR_WS_TEMPLATEStemplate_default/common/html_header.php): failed to open stream: No such file or directory in /home/content/./././..../html/index.php on line 43

Fatal error: main(): Failed opening required 'DIR_WS_TEMPLATEStemplate_default/common/html_header.php' (include_path='.:/usr/local/lib/php') in /home/content/./././......../html/index.php on line **43

Everything was working up until I just changed to the SSL. Here's what I typed in the includes/config.php

// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://208.109.193.212');
define('HTTPS_SERVER', 'https://208.109.193.212');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

And for the admin/includes/config:

*/
define('HTTP_SERVER', 'http://208.109.193.212');
define('HTTPS_SERVER', 'https://208.109.193.212');
define('HTTP_CATALOG_SERVER', 'http://208.109.193.212');
define('HTTPS_CATALOG_SERVER', 'https://208.109.193.212');

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');

**I suspect I have missed something distinct to my hosting provider?

Thank you,