ptrau
02-14-2012, 07:31 AM
I have managed to confuse myself completely after making a small change to my admin/includes/configure.php file. And, NO I did not make a backup before I edited the file (I will never learn).
Here is where the catalog installation resides:
kandwflooring.net/store
Here is where the catalog/admin installation resides:
kandwflooring.net/store/gruntfiles
Here is the file that I just can't seem to straighten out:
efine the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://kandwflooring.net/store');
define('HTTP_CATALOG_SERVER', 'http://kandwflooring.net/store');
define('HTTPS_CATALOG_SERVER', 'http://kandwflooring.net/store');
define('ENABLE_SSL_CATALOG', 'false');
define('DIR_FS_DOCUMENT_ROOT', '/home/xxxxxxxx/xxx/xxxxxxx/html/store/');
define('DIR_WS_ADMIN', '/gruntfiles/');
define('DIR_FS_ADMIN', '/home/xxxxxxxx/xxx/xxxxxxx/html/store/gruntfiles/');
define('DIR_WS_CATALOG', '/store/');
define('DIR_FS_CATALOG', '/home/xxxxxxxx/xxx/xxxxxxx/html/store/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
define('DIR_WS_INCLUDES', 'includes/');
Can you spot the "Brain Fart"?
As always, any help would be greatly appreciated.
(And yes, I will back up file BEFORE editing next time)...sure I will.
Here is where the catalog installation resides:
kandwflooring.net/store
Here is where the catalog/admin installation resides:
kandwflooring.net/store/gruntfiles
Here is the file that I just can't seem to straighten out:
efine the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://kandwflooring.net/store');
define('HTTP_CATALOG_SERVER', 'http://kandwflooring.net/store');
define('HTTPS_CATALOG_SERVER', 'http://kandwflooring.net/store');
define('ENABLE_SSL_CATALOG', 'false');
define('DIR_FS_DOCUMENT_ROOT', '/home/xxxxxxxx/xxx/xxxxxxx/html/store/');
define('DIR_WS_ADMIN', '/gruntfiles/');
define('DIR_FS_ADMIN', '/home/xxxxxxxx/xxx/xxxxxxx/html/store/gruntfiles/');
define('DIR_WS_CATALOG', '/store/');
define('DIR_FS_CATALOG', '/home/xxxxxxxx/xxx/xxxxxxx/html/store/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
define('DIR_WS_INCLUDES', 'includes/');
Can you spot the "Brain Fart"?
As always, any help would be greatly appreciated.
(And yes, I will back up file BEFORE editing next time)...sure I will.