RE: Help, my Admin Links are dead!!??
Johnson <[email protected]> 12 Sep 2003 23:10:24 -0000
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <70913a096d579731d68b5a24fd1c760f@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=228648#228648
----------------------------------------------------------------
Try this:
[code]define('HTTP_SERVER', 'http://www.miniaturebicycles2000.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.miniaturebicycles2000.com);
define('HTTPS_CATALOG_SERVER', 'https://www.miniaturebicycles2000.com');[/code]
Check your catalog configure.php for similar errors.
Matti