Results 1 to 2 of 2

Thread: sc_data directory location

  1. #1
    Client
    Join Date
    Jun 2007
    Location
    Perth, Western Australia
    Posts
    46
    Squirrelcart version
    v3.0.0

    sc_data directory location

    Jamie,

    In our test scenario we are running the Beta ona sub domain.
    therefore I cannot move the sc_data file out of the public_html directory.

    Structure is
    public_html/netpetshop/squirrelcart/sc_data
    Domain name is www.netpetshop.com.au which obviously links to /public_html/netpetshop directory

    is there a way to set the $sc_data_path to move the directory outside public_html.

    Thanks

    Quentin

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,719
    Squirrelcart version
    v3.3.7
    I'm not sure I understand how using a subdomain would keep you from moving it. If your subdomain folder is:

    public_html/netpetshop

    move sc_data to the same level as public_html:
    sc_data

    Then set $sc_data_path as follows:
    $sc_data_path = '../../sc_data';

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts