This is a discussion on Win XP Pro Local Host Installation Issue within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Sorry in advance for a basic installation issue. I am installing OSC on my local PC for learning, testing, and ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Sorry in advance for a basic installation issue. I am installing OSC on my local PC for learning, testing, and modification. I am running WIN XP Pro and have MYSQL, PHP, IIS installed. My local host IP address is 192.168.1.50. The path to my IIS web directory is: c:/Inetpub/wwwroot/ OSC files are located in c:/Inetpub/wwwroot/catalog/ The OSC installation works fine up to the second to last install screen. The DB does connect, is created, and initializes fine. I am at a loss as to what needs to go into the osCommerce Configuration Screen fields: www Address: Webserver Root Directory: HTTP Cookie Domain: HTTP Cookie Path: I have tried every combination of 'localhost', '192.168.1.50', '/catalog/', etc. and can't get the final install to function properly. The final install screen indicates 'The configuration is successful', but when I click on the 'Catalog' or 'Administrative Tool' test buttons, a new browser window opens with an error indicating 'The page cannot be found.' The URL in this browser window URL is way out of wack. An example is: http://192.168.1.50/catalog/install/...alog/index.php If I explicitly type into the browser URL: 192.168.1.50/catalog/index.php it pauses for a second or two and then goes into the opening OSC installation Welcome screen. A little education will be much appreciated! |
|
#2
| |||
| |||
| I'd highly recommend installing one of the integrated apache/mysql/php packages for windows and not using IIS. These 2 have both worked well for me: http://apache2triad.org/ http://www.firepages.com.au/ |
|
#3
| ||||
| ||||
| I would say you dubbled up soming and was save to BOTH configure.php files. 'http:\\192.168.1.50' and 'https:\\192.168.1.50' should only be listed once. My "localhost" set from my configure.php files: Code: define('HTTP_SERVER', 'http://localhost');
define('HTTP_CATALOG_SERVER', 'http://localhost');
define('HTTPS_CATALOG_SERVER', 'https://localhost');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // Or chage to your accual path to your ROOT directory - see below.
// define('DIR_FS_DOCUMENT_ROOT', "/inetpub/wwwroot"); // IE Windows Server
define('DIR_WS_ADMIN', '/catalog/admin/');
define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);
define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);
Change localhost to your IP if you want. And set SSL if you have. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| moving to a different host | Christy | osCMax v2 Installation issues | 5 | 05-22-2006 04:46 PM |
| HOST URL change | tonybe33 | osCMax v2 Customization/Mods | 4 | 12-05-2005 04:49 PM |
| problems while installing oscommerce on local host | digitalmelody | osCommerce 2.2 Modification Help | 2 | 12-20-2004 12:09 AM |
| Installation Issue | GFY | osCommerce 2.2 Installation Help | 3 | 07-23-2003 09:07 AM |
| Host' Install | unabashed | osCommerce 2.2 Installation Help | 1 | 11-13-2002 08:06 AM |