RE: ***HELP*** Problem with SSL - Physical paths differ.
Daemonj <[email protected]> 13 Sep 2003 02:11:46 -0000
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <09f7e0715dc7ba43ce5e6eb5d77829bc@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=228717#228717
----------------------------------------------------------------
In your catalog/includes/configure.php file, there should be an entry like
[code] define('DIR_FS_CATALOG', 'c:/my webs/osc/');
[/code]
make it look like
[code] define('DIR_FS_CATALOG', $_SERVER['DOCUMENT_ROOT'] . DIR_WS_CATALOG);
[/code]
and that should do the trick for you.