I have read what I think is all the info on this topic on this forum, but my problem has not been solved by any of it...

Basically, I'm trying to install the PayPal Website Payments Pro Module, but I am unable to get past the point where it keeps giving me this message: "ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL."

Using Zen-Cart Version: 1.5.0
Installed manually and looking/working fine (x-cept this)

Here is what I've done:

1) SSL Is working on my site... check it out: https://www.the-computer-tutor.info

2) I renamed the "admin" folder to [something else] (I don't want to say publicly, but I followed all instructions exactly)

2) Here is a clip from the following files:

FROM "{my admin folder}/includes/configure.php"
Code:
/**
 * WE RECOMMEND THAT YOU USE SSL PROTECTION FOR YOUR ENTIRE ADMIN:
 * To do that, make sure you use a "https:" URL for BOTH the HTTP_SERVER and HTTPS_SERVER entries:
 */
  define('HTTP_SERVER', 'https://www.the-computer-tutor.info');
  define('HTTPS_SERVER', 'https://www.the-computer-tutor.info');
  define('HTTP_CATALOG_SERVER', 'https://www.the-computer-tutor.info');
  define('HTTPS_CATALOG_SERVER', 'https://www.the-computer-tutor.info');

  // secure webserver for admin?  Valid choices are 'true' or 'false' (including quotes).
  define('ENABLE_SSL_ADMIN', 'true');

  // secure webserver for storefront?  Valid choices are 'true' or 'false' (including quotes).
  define('ENABLE_SSL_CATALOG', 'true');
FROM "includes/configure.php"
Code:
// Define the webserver and path parameters
  // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
  // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
  define('HTTP_SERVER', 'https://www.the-computer-tutor.info');
  define('HTTPS_SERVER', 'https://www.the-computer-tutor.info');

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

I am at wits end! I have been trying different options for 3 hours now! As you can see above, I even changed all of the URLs to be "https" instead of just "http" for some... at this point I have NO IDEA, why I can't install PayPal WPP...

PLEASE HELP.

-Josh

PS.

a) Express Checkout is enabled
b) My PayPal Account is working fine- Pro Account
c) Permissions on both configure.php files are set to 777, but I have set to "read-only" too... still won't let me install PPWPP!
d) SSL is "active" on hosting account (as you can see above)

PLEASE HELP!