Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    14
    Plugin Contributions
    0

    Default moving from subdomain to domain

    Hi,

    I am having hosting with godaddy

    my domain is www.mydomain.com

    for testing i created submain "abc" and connected it to subdirectory "abc". When i type abc.mydomain.com, zen-cart installed in direcotry "abc" is shown. Now i am happy with test and want to access website as mydomain.com and not as abc.mydomain.com. I do not want to move installation from abc directory.

    my abc/include/config file is as follows:

    Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      define('HTTP_SERVER', 'http://abc.mydomain.com');
      define('HTTPS_SERVER', 'https://abc.mydomain.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'false');
    
    // 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', '/');
      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', '/home/content/html/abc/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/content/html/abc/');
    
      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/');
    
    -- database code removed --
    
      // 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', 'database'); 
      define('DIR_FS_SQL_CACHE', '/home/content/html/abc/cache');
    I have done following changes in file, but i am not able to see my site mydomain.com in browser

    Code:
      define('HTTP_SERVER', 'http://mydomain.com');
      define('HTTPS_SERVER', 'https://mydomain.com');
    
      define('DIR_WS_CATALOG', '/abc/');
      define('DIR_WS_HTTPS_CATALOG', '/abc/');
    I do not know where i am going wrong.

    Please suggest

    Thanks in advance
    Dinkar

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: moving from subdomain to domain

    abc.mydomain.com is a sub-domain

    mydomain.com/abc is a directory

    Either you need to re-direct your domain to point directly at your sub-domain and use your original config files or you create a directory in your domain called abc and move your ZC files there to make it work with the config file you've shown.

    I think that's right, but the caffeine hasn't kicked in yet this morning!
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  3. #3
    Join Date
    Jun 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: moving from subdomain to domain

    Hello Ryk,

    Thanks for reply.

    sorry, I do not want to use re-direct option.

    your 2nd option is "you create a directory in your domain called abc and move your ZC files there to make it work with the config file you've shown.".

    there is already directory called abc which i used for testing and i use to access it as abc.mydomain.com or mydomain.com/abc. After doing changes in config file, i am not in able to access direcotry when i type mydomain.com.

    Hope i am making my problem clear.

    Thanks,
    Dinkar

 

 

Similar Threads

  1. v151 From a subdomain to domain, transfer to root
    By EC web in forum Installing on a Windows Server
    Replies: 11
    Last Post: 23 Apr 2014, 04:00 PM
  2. Switching from subdomain to live domain
    By hpparts.us in forum General Questions
    Replies: 3
    Last Post: 23 Apr 2011, 12:34 AM
  3. Moving from subdomain to main domain
    By meeven in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 6 Aug 2007, 05:57 AM
  4. moving from subdomain to domain
    By dinkar in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 3 Feb 2007, 02:26 PM
  5. Moving to from Subdomain to Domain
    By marks3 in forum Installing on a Windows Server
    Replies: 1
    Last Post: 5 Jun 2006, 09:33 PM

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