Shopping Cart Operations > General Support

Help Requested in New Store Creation

(1/1)

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.

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod