1.3.9h GoDaddy is the host.

I've attempted to follow the instructions in this thread:
https://www.zen-cart.com/tutorials/index.php?article=14

It said to find these lines:
PHP Code:
// Define the webserver and path parameters
define('HTTP_SERVER''http://www.YOUR_SHOP.com');
define('HTTPS_SERVER''https://www.YOUR_SHOP.com');
define('ENABLE_SSL''true'); 
I found includes/configure.php and changed the lines per the example, no problem.

I looked in admin********/includes and found a configure.php, but i do not see lines similar to the above example. Am I looking in the wrong place? If so, where is the second configure.php I need to edit?