This is a discussion on 404 - page not found. Database correct. Permission correct. within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I am a first time user. I use osCommerce on a shared server. I uploaded all te files to my ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am a first time user. I use osCommerce on a shared server. I uploaded all te files to my server with FTP. The web adres is http://www.futurelinepowercore.com/roy/shop/ Here are located the directories. /admin/ /catalog/ After reading the manual i went to the website for configuration: http://www.futurelinepowercore.com/r...ll/install.php Here a did all the 5 steps and i had no error messages. (permisions en database connection) At step 5 there are 2 buttons. No matter what i try i still get the message 404 - page not found. When i look on the server the location where the buttons point to is there. (http://www.futurelinepowercore.com/r...og/default.php) I had a look in the configuration file but nothing seems to be wrong. Code: define('HTTP_SERVER', 'http://www.futurelinepowercore.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.futurelinepowercore.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('DIR_WS_CATALOG', '/roy/shop/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', '/home/sites/site62/web/roy/shop');
define('DIR_FS_CATALOG', '/home/sites/site62/web/roy/shop/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', '******');
define('DB_SERVER_PASSWORD', '******');
define('DB_DATABASE', 'futureline');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
Code: define('HTTP_SERVER', 'http://www.futurelinepowercore.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.futurelinepowercore.com');
define('HTTPS_CATALOG_SERVER', 'https://www.futurelinepowercore.com');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/home/sites/site62/web/roy/shop'); // where the pages are located on the server
define('DIR_WS_ADMIN', '/roy/shop/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/home/sites/site62/web/roy/shop/admin/'); // absolute pate required
define('DIR_WS_CATALOG', '/roy/shop/catalog/'); // absolute path required
define('DIR_FS_CATALOG', '/home/sites/site62/web/roy/shop/catalog/'); // absolute path required
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
// define our database connection
define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', '******');
define('DB_SERVER_PASSWORD', '******');
define('DB_DATABASE', 'futureline');
define('USE_PCONNECT', 'false'); // use persisstent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
Please help me. I looked on the forum but notthing seems to cover the problem i have. TIA |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| I would say double check your https setup. if you are using a shared server you might be pointing it to the wrong location. hth, Tony |
|
#3
| |||
| |||
| As you can see in de config file i am not using any https... Code: define('ENABLE_SSL', false);
The instalation gave my url with a HTTPS but since i am not using it i guest that i could leave the line in the config file ?? |
|
#4
| |||
| |||
| what version of osC are you using? also check your file permissions, and your server logs to see if there are any errors listed.
__________________ There\'s something about fireman, day and night they are always fireman! |
|
#5
| ||||
| ||||
| 404 error usually means that your path is set wrong. Make sure it is correct.
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is this the correct setting? | CatieKoch | osCMax v2 Installation issues | 0 | 06-23-2006 07:59 PM |
| EasyPopulate 2.72 attributes not correct? | Kristine | osCMax v1.7 General Mods Discussion | 1 | 05-10-2004 12:27 PM |
| Is this the correct file name? form_check.js.php | MintMoney | osCMax v1.7 Discussion | 0 | 11-04-2003 04:52 PM |
| Tax not correct in Admin -> Orders | Buzz | osCommerce 2.2 Installation Help | 0 | 02-10-2003 08:16 AM |
| setting correct path? | rabbit116 | osCommerce 2.2 Installation Help | 1 | 01-17-2003 09:39 PM |