Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2007
    Posts
    70
    Plugin Contributions
    0

    Default How to move store

    I want to move my store from www.poserunderground.com/cart to just www.poserunderground.com.

    What would be the best and easiest way of doing this? A Fresh install or move the folders? I am not concerned about loosing customer data at this point.

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: How to move store

    FAQ

    HTH

    Rob

  3. #3
    Join Date
    Aug 2007
    Posts
    70
    Plugin Contributions
    0

    Default Re: How to move store

    will Fix Cache Key work with 1.3.7?

  4. #4
    Join Date
    Aug 2007
    Posts
    70
    Plugin Contributions
    0

    Default Re: How to move store

    Followed the instructions to a "tee" and I get this http://www.poserunderground.com/zc_install/index.php after I delete the original directory. I restore the directory and works fine. What the did I do wrong?

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: How to move store

    The zc_install is triggered if the /includes/configure.php file is missing or contains content that doesn't "work".

    I suspect one or more of your edits wasn't successful.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Aug 2007
    Posts
    70
    Plugin Contributions
    0

    Default Re: How to move store

    This is what I have in the configure.php under /includes
    PHP Code:
     define('DIR_WS_CATALOG''/');
      
    define('DIR_WS_HTTPS_CATALOG''/');

      
    define('DIR_WS_IMAGES''images/');
      
    define('DIR_WS_INCLUDES''includes/');
      
    define('DIR_WS_FUNCTIONS'DIR_WS_INCLUDES 'functions/');
      
    define('DIR_WS_CLASSES'DIR_WS_INCLUDES 'classes/');
      
    define('DIR_WS_MODULES'DIR_WS_INCLUDES 'modules/');
      
    define('DIR_WS_LANGUAGES'DIR_WS_INCLUDES 'languages/');
      
    define('DIR_WS_DOWNLOAD_PUBLIC'DIR_WS_CATALOG 'pub/');
      
    define('DIR_WS_TEMPLATES'DIR_WS_INCLUDES 'templates/');

      
    define('DIR_WS_PHPBB','forum/');

    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      
    define('DIR_FS_CATALOG''/home/poserund/public_html/cart/');

      
    define('DIR_FS_DOWNLOAD'DIR_FS_CATALOG 'download/');
      
    define('DIR_FS_DOWNLOAD_PUBLIC'DIR_FS_CATALOG 'pub/');
      
    define('DIR_WS_UPLOADS'DIR_WS_IMAGES 'uploads/');
      
    define('DIR_FS_UPLOADS'DIR_FS_CATALOG DIR_WS_UPLOADS);
      
    define('DIR_FS_EMAIL_TEMPLATES'DIR_FS_CATALOG 'email/');

    // define our database connection
      
    define('DB_TYPE''mysql');
      
    define('DB_PREFIX''cart');
      
    define('DB_SERVER''localhost');
      
    define('DB_SERVER_USERNAME''Username');
      
    define('DB_SERVER_PASSWORD''xxxxxxxxx');
      
    define('DB_DATABASE''poserund_cart');
      
    define('USE_PCONNECT''false'); // use persistent connections?
      
    define('STORE_SESSIONS''db'); // use 'db' for best support, or '' for file-based storage

      // The next 2 "defines" are for SQL cache support.
      // For SQL_CACHE_METHOD, you can select from:  none, database, or file
      // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache 
      // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
      // ie: /path/to/your/webspace/public_html/zen/cache   -- leave no trailing slash  
      
    define('SQL_CACHE_METHOD''none'); 
      
    define('DIR_FS_SQL_CACHE''/home/poserund/public_html/cache');

    ?> 

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: How to move store

    You still have "/cart" in this one:
    Code:
      define('DIR_FS_CATALOG', '/home/poserund/public_html/cart/');
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. move my store to another host
    By dustbowl in forum General Questions
    Replies: 5
    Last Post: 3 Sep 2013, 06:29 PM
  2. Replies: 2
    Last Post: 25 Sep 2011, 12:18 PM
  3. How do I move my store into a /store/ folder?
    By pencil9 in forum General Questions
    Replies: 1
    Last Post: 19 Aug 2011, 02:51 AM
  4. Password protected store: how to move new customer sign up to different page?
    By AdaLovelace in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Apr 2011, 11:26 AM
  5. How to move my store to another directory?
    By Peace Freak in forum Installing on a Windows Server
    Replies: 11
    Last Post: 13 Jun 2006, 05:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR