Site.com Instead Of Site.com/Shop

Hi, anyone know how to change the home page to be www.net2demo.com instead of www.net2demo.com/shop



Is it a pain to do and is it worth doing??



Thanks

Tony

[quote name=‘net2malls’]Hi, anyone know how to change the home page to be www.net2demo.com instead of www.net2demo.com/shop



Is it a pain to do and is it worth doing??



Thanks

Tony[/QUOTE]





You would have to move all the files to your root dir and then change the config.local.php to reflect this directory. Where it says store. Just remove store. Also make the same changes below there where it says https:// in the event you are using SSL





// Host and directory where software is installed on no-secure server

$config[‘http_host’] = ‘www.yoursite.com’;

$config[‘http_path’] = ‘/store’;

You know, i totally forgot to say thanks. I did what you said and it worked. From now on i will at the store in the root directory. Thanks again