I have not changed htaccess files or html headder and the only thing I changed in configure.php was this:
define('HTTP_SERVER', 'https://getutech.com');
define('HTTPS_SERVER', 'https://getutech.com');
define('HTTP_CATALOG_SERVER', 'https://getutech.com');
define('HTTPS_CATALOG_SERVER', 'https://getutech.com');
// secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_ADMIN', 'true');



Reply With Quote
). How do I get another configure.php file for the frontend includes folder (not admin)?

