Author Topic: Help Requested in New Store Creation  (Read 7608 times)

Offline viswajwalith

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Help Requested in New Store Creation
« on: March 31, 2012, 09:59:48 AM »
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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Help Requested in New Store Creation
« Reply #1 on: March 31, 2012, 10:02:49 PM »
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

 

Powered by SMFPacks Social Login Mod