Results 1 to 8 of 8

Threaded View

  1. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Renaming directory

    In /includes/configure.php and similarly in /admin/includes/configure.php, find this:
    PHP Code:
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      
    define('DIR_WS_CATALOG''/zencart/');
      
    define('DIR_WS_HTTPS_CATALOG''/zencart/'); 
    and change to this:
    PHP Code:
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      
    define('DIR_WS_CATALOG''/store/');
      
    define('DIR_WS_HTTPS_CATALOG''/store/'); 
    Also this
    PHP Code:
    // * 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''C:/xampp/htdocs/zencart/'); //(whatever your path is) 
    to this
    PHP Code:
    // * 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''C:/xampp/htdocs/store/'); 
    Last edited by gjh42; 22 Apr 2008 at 07:48 PM.

 

 

Similar Threads

  1. v138a renaming directory folder
    By bluelion in forum Installing on a Linux/Unix Server
    Replies: 34
    Last Post: 23 Apr 2014, 02:51 PM
  2. v151 Renaming Admin Directory
    By CarLile in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 15 Mar 2013, 01:59 PM
  3. Renaming the zencart directory.
    By Jeffries Productions in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 24 Sep 2009, 11:25 AM
  4. Problem renaming admin directory!
    By IronMan101 in forum General Questions
    Replies: 2
    Last Post: 15 Jul 2007, 08:34 AM
  5. Renaming ZenCart Directory broke my site!!!!
    By ZuluRose in forum Basic Configuration
    Replies: 7
    Last Post: 27 Oct 2006, 08:49 PM

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