Infinite Redirect Loop Right After The Installation

Hello,

I am installing my Multivendor to Dedicated server.

System Specs:

CentOS 7.4

Apache 2.4.6

PHP 7.2

I have completed all prerequisites.

I have installed SSL Certificate and everything is running smoothly.

When I installed CS:Cart-MVE Last version, right after the installation I get into endless-redirect loop. To check if anything is wrong with my redirections server wise, I uninstalled and installed several systems such as Wordpress. Everything looks ok.

I also tried to open store_closed.html and opened it via no problem under any circumstances;

http://example.com/store_closed.html(OK)

http://www.example.com/store_closed.html(OK)

https://example.com/store_closed.html(OK)

https://www.example.com/store_closed.html(OK)

This is my config file:

// Host and directory where software is installed on no-secure server
$config['http_host'] = 'www.example.com';
$config['http_path'] = '';

// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘www.example.com’;
$config[‘https_path’] = ‘’;

When I remove example.com from http_host, it also gets too many redirects error browser wise.

Is there anything am I missing?

It is required to examine issue on your server. At first try to remove the var/cache directory manually. Possibly something was cached incorrectly

Сan you login to the admin panel?