Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with my domain!

Help with my domain!

Locked

Views: 885

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
1 Jun 2007, 3:55 AM
#1
eizual avatar

eizual

New Zenner

Join Date:
May 2007
Posts:
33
Plugin Contributions:
0

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!

https://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

1 Jun 2007, 4:36 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

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 ... :smile:

1 Jun 2007, 5:32 AM
#3
eizual avatar

eizual

New Zenner

Join Date:
May 2007
Posts:
33
Plugin Contributions:
0

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

1 Jun 2007, 5:34 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Help with my domain!

Looks like the error that you suspected ... :smile:

Change these:

define('DIR_WS_CATALOG', '');
define('DIR_WS_HTTPS_CATALOG', '');

To read:

define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
1 Jun 2007, 5:37 AM
#5
eizual avatar

eizual

New Zenner

Join Date:
May 2007
Posts:
33
Plugin Contributions:
0

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.... :smile:

Thanks for the help

1 Jun 2007, 5:39 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Help with my domain!

Glad that this got things working for you ... :smile:

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 ... :lamo: