News:

AbanteCart v1.4.2 is released.

Main Menu
support

Help Requested in New Store Creation

Started by viswajwalith, March 31, 2012, 09:59:48 AM

Previous topic - Next topic

viswajwalith

Hi,

I downloaded and Installed AbanteCart 1.0RC1 in my local system.

The Url is something like localhost:97/, Now I create a new store "TestStore" and tried by proving the URL localhost:97/teststore and localhost:97/, but no luck. I am not able to access the newly created store. can you get help on this regard.

Thanks & Regards,
Viswa Jwalith

abantecart

Try to Edit Apache Configuration File to add aliases.

    Alias /store_1 "C:/xampp/htdocs/store"
    Alias /store_2 "C:/xampp/htdocs/store"

Then restart your Apache server

There are 2 things you should note about the above alias entries:
(1) Forward slashes are used for directory paths in the Apache configuration file, NOT backslashes as would normally be used in Windows.
(2) Both aliases point to the same directory - your main store's directory. This would be the same for any other "sub" store you may wish to create.

The idea that your second store (domain) needs to point to the same location on the server there abantecart is installed.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -