Results 1 to 6 of 6
  1. #1
    Join Date
    May 2008
    Location
    san francsico
    Posts
    114
    Plugin Contributions
    0

    Default I changed the domain pointer in my host control panel to point to the store

    I changed the domain pointer in my host control panel to point to the store rather than the original index page I created. Now, it points to my store but none of the Zencart formatting comes with it......what do I need to do to fix this???

    http://www.cavalryfibreglass.com/

    any ideas?...thanks for your help!!

    Larry

  2. #2
    Join Date
    Jan 2004
    Posts
    58,257
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: I changed the domain pointer in my host control panel to point to the store

    That's because the path details you've specified in your configure.php files still points to the old URL, and therefore the required files, such as stylesheets and images, cannot be found at the bad path ... which is showing as ... http://www.cavalryfibreglass.com//store/

    If you're going to move your store, follow the instructions for moving: http://tutorials.zen-cart.com/index.php?article=122
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  3. #3
    Join Date
    May 2008
    Location
    san francsico
    Posts
    114
    Plugin Contributions
    0

    Default Re: I changed the domain pointer in my host control panel to point to the store

    ok..I understand I need to change my configure.php files in 'includes' but to what?...do I take 'store' out?

    before www.cavalryfibreglass.com pointed to /public_html/cavalry_fibreglass/

    now I would like it to point to: /public_html/cavalry_fibreglass/store/

    so what do I change here?.....

    1. admin/configuration/sessions:

    /hermes/bosweb/web259/b2595/d5.lrfowler/public_html/cavalry_fibreglass/store/cache

    2. configure.php files:
    ◦DIR_WS_CATALOG:
    define('DIR_WS_CATALOG', '/store/');

    ◦DIR_WS_HTTPS_CATALOG:
    define('DIR_WS_HTTPS_CATALOG', '/store/');

    ◦DIR_FS_CATALOG:
    define('DIR_FS_CATALOG', '/hermes/bosweb/web259/b2595/d5.lrfowler/public_html/cavalry_fibreglass/store/');

    ◦DIR_FS_SQL_CACHE:
    define('DIR_FS_SQL_CACHE', '/hermes/bosweb/web259/b2595/d5.lrfowler/public_html/cavalry_fibreglass/store/cache');

    ◦DIR_WS_ADMIN (in admin):
    define('DIR_WS_ADMIN', '/store/admin/');

    ◦DIR_WS_HTTPS_ADMIN (in admin):
    define('DIR_WS_HTTPS_ADMIN', '/store/admin/');

    ◦DIR_FS_ADMIN (in admin):
    define('DIR_WS_ADMIN', '/store/admin/');

  4. #4
    Join Date
    Jan 2004
    Posts
    58,257
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: I changed the domain pointer in my host control panel to point to the store

    Yes, remove all references to "/store" for all definitions starting with DIR_WS_xxxxx.

    Remember that your admin and non-admin configure.php files are NOT identical, so should be edited individually.

    Also remember that a reference to "/store/" should end up as "/" and not empty like: ""
    (If something ends in a "/", make sure it still ends in a "/")
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  5. #5
    Join Date
    Jan 2004
    Posts
    58,257
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: I changed the domain pointer in my host control panel to point to the store

    NOTE: If you aren't actually MOVING the files on your server into a different folder, LEAVE THE DIR_FS_xxxx references alone, ie: DIR_FS_SQL_CACHE (and leave the admin sessions directory alone too), DIR_FS_CATALOG, etc.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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
    May 2008
    Location
    san francsico
    Posts
    114
    Plugin Contributions
    0

    Default Re: I changed the domain pointer in my host control panel to point to the store

    thank you Dr. Byte...
    it worked GRRReeaaattt!

 

 

Similar Threads

  1. Has Anybody Changed the contact Us url link to point to another page?
    By randyh5000 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Jul 2008, 05:26 AM
  2. changed IP of domain
    By chuender in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 2 Nov 2007, 11:23 PM
  3. Replies: 2
    Last Post: 31 Jul 2007, 02:40 AM
  4. Just changed Domain Name...help
    By aussie5353 in forum General Questions
    Replies: 1
    Last Post: 7 Feb 2007, 10:50 PM
  5. Changed domain not working
    By knerr in forum Basic Configuration
    Replies: 2
    Last Post: 21 Aug 2006, 08:25 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
  •