There are 2 configure.php files:
/includes/configuer.php
/admin/includes/configure.php
Both files need to have the right settings, and these files are different ...
The admin needs:
Code:
define('HTTP_SERVER', 'http://www.invitasport.com');
define('HTTPS_SERVER', 'https://www.invitasport.com');
define('HTTP_CATALOG_SERVER', 'http://www.invitasport.com');
define('HTTPS_CATALOG_SERVER', 'https://www.invitasport.com');
define('DIR_WS_ADMIN', '/onlinestore/admin/');
define('DIR_WS_CATALOG', '/onlinestore/');
define('DIR_WS_HTTPS_ADMIN', '/onlinestore/admin/');
define('DIR_WS_HTTPS_CATALOG', '/onlinestore/');
Then compare to the Catalog file for the same similar settings ...
NOTE: if the permissions are set to 444 that you cannot overwrite the files on the server without changing them to 644 or 777 ...
To set them back to 444, you will need to use your Control Panel to set them ...