grouppda Posted April 24, 2020 Share Posted April 24, 2020 After changing my webspace from http into https shopping cart stays empty, it's impossible to fill it configure.php define('HTTP_SERVER', 'https://xtreme-iceskateshop.be'); define('HTTPS_SERVER', 'https://xtreme-iceskateshop.be'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', '.xtreme-iceskateshop.be'); define('HTTPS_COOKIE_DOMAIN', '.xtreme-iceskateshop.be'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', '/var/www/vhosts/xtreme-iceskateshop.be/httpdocs/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Link to comment Share on other sites More sharing options...
grouppda Posted April 24, 2020 Author Share Posted April 24, 2020 solved. The file wasn't overwrite on the remoteserver, perhaps a cache problem On the remote server there was still define('HTTP_COOKIE_DOMAIN', ' '); define('HTTPS_COOKIE_DOMAIN', ' '); while it should be, I changed the configure file in Plesk and now it's working define('HTTP_COOKIE_DOMAIN', '.xtreme-iceskateshop.be'); define('HTTPS_COOKIE_DOMAIN', '.xtreme-iceskateshop.be'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.