Announcement

Collapse
No announcement yet.

How can I upload two SellerDeck stores to one web server?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can I upload two SellerDeck stores to one web server?

    You can run as many sites you want on the same web server as long as

    a) Each site is using a different 'CGI-Script ID'
    b) Each site is uploading to a different 'acatalog' folder.

    Giving Each Site a Different 'CGI-Script ID'


    The ID is set in 'Web | Network Setup' in the a 'CGI-Script ID Number' field. Give your first site an ID of '1', the second an ID of '2' etc.

    Uploading Each Site To A Different 'acatalog' Folder

    SellerDeck uploads to a folder called 'acatalog' on the web site. Where this folder is is up to you. For example, for your first site you may put the 'acatalog' folder in a sub-folder on the server called 'site1' and then upload the second store to an 'acatalog' folder called 'site2'.

    In which case you use the settings similar to the following in 'Web | Network Setup' for the first site...

    Catalog URL: http://your.URL/site1/acatalog/
    Path From CGI-BIN to acatalog Folder: ../htdocs/site1/acatalog/

    And then for the second site....

    Catalog URL: http://your.URL/site2/acatalog/
    Path From CGI-BIN to acatalog Folder: ../htdocs/site2/acatalog/
Working...
X