Hi All,
I am currently trying to activate the SSL finction.
/includes/configure.php
I have this changed then check the file again from the server as it is not working & somehow it has RESET back to "false"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');
/admin/includes/configure.php
Cannot seem to activat the https function.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');
Is there somewhere else that I need to set to stop this strange REWRITE function going on ?
Cheers
Matt



