Changing Index.php

HI,

I would like to change the index.php to index2.php so when someone goes to my webshop it doesnt open cs-cart straight away. In this case I can use index.php for a landing page, a simple html from where I can link index2.php which would open the shop.

Is this possible, if so what would be the proper way doing it without messing up the shop, addons, theme etc,

thanks

In the config.local.php file please change the following line:

$config['customer_index'] = 'index.php';

I am not sure if it is fully supported, but it should be