Err_Too_Many_Redirects (On The Local Server)

Hi I am trying to install/copy the cs-cart (Multi VendorCS-Cart 4.6.1) on the local server so i can test the upgrade steps the latest version...

I get the errors (ERR_TOO_MANY_REDIRECTS) and i can not access the back end..

1. The cs-cart files are in the /var/www/html/sub_shop/

The local.config

// Host and directory where software is installed on no-secure server
$config['http_host'] = 'localhost';
$config['http_path'] = '/sub_shop';
// Host and directory where software is installed on secure server
$config['https_host'] = '';
$config['https_path'] = '';
in the db I've changed cscart_companies table & changes "storefront" & "secure_storefront" url
to localhost/sub_shop
I've cleared the cache manualy..

and i still get the error ERR_TOO_MANY_REDIRECTS

any idea why?

Hello

Can you access the admin panel? Is there the same effect?

Best regards

Robert

Hi Robert,

Unfortunately this is the error that i get when i try to access the admin panel...

Hello

Do you have a clean .htaccess file? Without any modifications?

Best regards

Robert

Hi,

Yes it is clean one

Hello

Please send me PM access to ftp and adres shop and admin.

Best regards

Robert

Try to login the phpMyAdmin, find cscart_settings_objects table and set value of the "secure_admin" and "secure_storefront" to N. Then delete the var/cache directory manually

Thank you all for your help.
secure_admin and secure_admin helped
Kind regards