Hi All,

I am currently trying to activate the SSL finction.

/includes/configure.php

Code:
// 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://pgqld.com.au');
  define('HTTPS_SERVER', 'https://pgqld.com.au');

  // Use secure webserver for checkout procedure?
  define('ENABLE_SSL', 'true');
I have this changed then check the file again from the server as it is not working & somehow it has RESET back to "false"


/admin/includes/configure.php
Code:
// 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://pgqld.com.au');
  define('HTTPS_SERVER', 'https://pgqld.com.au');

  // Use secure webserver for checkout procedure?
  define('ENABLE_SSL', 'true');
Cannot seem to activat the https function.

Is there somewhere else that I need to set to stop this strange REWRITE function going on ?


Cheers
Matt