Results 1 to 6 of 6
  1. #1
    Join Date
    May 2007
    Posts
    33
    Plugin Contributions
    0

    Default Help with my domain!

    I'm about to cry, I just moved everything from my /store folder into my public_html/ folder and now my website won't even load. Someone please help!

    www.bettiesgalleria.com

    I followed the instruction from another thread where they mentioned moving the entire contents of /store into public_html/ and then in the configure.php under admin/includes and includes/ needs to be redirected which I also did.

    What did I do wrong?

    Also when I redirect the configure.php
    should it be liek define('DIR_WS_HTTPS_CATALOG', '/');
    or define('DIR_WS_HTTPS_CATALOG');
    or?

    Please help! Thanks!

    Aside from all the folders in my public_html/ here are the files thats in there...
    index.htm
    index.php
    .htacess
    install.txt
    ipn_main_handler.php
    license.txt
    nddbc.html
    page_not_found.php

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Help with my domain!

    Could you post, from the server, without your username and password, the file:
    /includes/configure.php

    Then we can see what might be moofed up ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    May 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Help with my domain!

    Here it is:
    define('HTTP_SERVER', 'http://www.bettiesgalleria.com');
    define('HTTPS_SERVER', 'https://www.bettiesgalleria.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', '');

    // * 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/bettiesg/public_html/');

    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/');

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Help with my domain!

    Looks like the error that you suspected ...

    Change these:
    PHP Code:
    define('DIR_WS_CATALOG''');
    define('DIR_WS_HTTPS_CATALOG'''); 
    To read:
    PHP Code:
    define('DIR_WS_CATALOG''/');
    define('DIR_WS_HTTPS_CATALOG''/'); 
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    May 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Help with my domain!

    Wow what a fast reply... And wow what a noob I am. I swear I tried it with the "/" earlier and it didn't work.. I guess it does now, gonna go shoot myself in the foot now....

    Thanks for the help

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Help with my domain!

    Glad that this got things working for you ...

    Perhaps you were fixing it so fast you fixed to fast to notice you fixed it and then broke it again and then fixed it again so fast you didn't see you once fixed it ... perhaps ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Replies: 13
    Last Post: 28 Jul 2016, 04:15 PM
  2. Replies: 4
    Last Post: 29 Jul 2011, 11:49 AM
  3. Changed domain but still being led back to old domain
    By thorntongoats in forum General Questions
    Replies: 0
    Last Post: 23 Feb 2010, 01:08 AM
  4. Problem With one Parked Domain - Help Please
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Sep 2008, 03:14 PM
  5. Help My domain rewrites to http://domain.com instead of www
    By toussi in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 21 Aug 2008, 03:55 AM

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