Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Double URL when trying to access any page


Guest

Recommended Posts

Posted

Hi there!

I have a problem with double URL. Something like this:

http://localhost/awl/catalog/localhost/awl.../conditions.php

Is anyone experienced this kind of issue before?

Is something wrong with configure.php?

 

---------------here is a file--------

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

define('HTTPS_SERVER', 'localhost/awl'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // 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_GALLERY', DIR_WS_IMAGES . 'gallery/');

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', 'c:/Inetpub/wwwroot/awl');

define('DIR_FS_CATALOG', 'c:/Inetpub/wwwroot/awl/catalog/');

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

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

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'root');

define('DB_SERVER_PASSWORD', 'root');

define('DB_DATABASE', 'test');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

Thank you in advance for your help

Archived

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

×
×
  • Create New...