Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My URL not pointing to catalog/default.php?


rud

Recommended Posts

Posted

trying to fix some variable in my configure.php but still when i type the URL (www.brucecraft.com) it doesn't point to default php. it shows:

 

Index of /

Name Last modified Size Description

--------------------------------------------------------------------------------

Parent Directory 07-Jun-2003 00:32 -

_transfer/ 13-May-2003 04:24 -

admin/ 07-Jun-2003 01:37 -

alpha/ 21-Mar-2003 03:46 -

assets/ 10-May-2003 08:02 -

background.gif 10-May-2003 08:51 1k

beta/ 03-May-2003 10:46 -

catalog/ 08-Jun-2003 01:08 -

cgi-bin/ 09-May-2003 20:53 -

html/ 10-May-2003 08:51 -

images/ 20-Feb-2003 18:07 -

scgi-bin/ 13-May-2003 05:18 -

site/ 09-Apr-2003 00:22 -

 

but working when i type. www.brucecrafts.com/catalog/default.php

 

any idea? pls help!

 

here my configure files:

CATALOG/CONFIGURE.PHP

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.brucecrafts.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.brucecrafts.com/~brucecr'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

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

define('DIR_FS_CATALOG', '/public_html/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

 

:roll:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...