Alternate store home page

Hi all,



I have been wondering how to do this.



I have created a category called “Home”



I have made that category hidden.



You can browse the category by going to http://www.domain.com/home



I would like thisd page to be the page that comes up when you type or browse to

www.domain.com instead opf the usual home page.



Amy ideas r am I missing something simple.

In the root of your store, edit config.local.php, there should be a line like so:

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



Edit as appropriate, ie.:

$config['customer_index'] = 'category-name';



Not sure if this works, but worth a try maybe.