shahriat Posted October 12, 2009 Posted October 12, 2009 Hi experts, I have installed oscommerce on my domain. Admin is working properly but when I browse my front end links or categories then the # comes and also when I click on homepage and other extra links then the url goes to http://osc.loc/~seaman/osc_30/Mira.6616/index.php or something like this . Below is my config file <?php /* $Id: configure.php,v 1.14 2003/07/09 01:15:48 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.xxx.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.xxx.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.xxx.com'); define('HTTPS_COOKIE_DOMAIN', 'www.xxx.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); 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', 'pub/'); define('DIR_FS_CATALOG', '/home/xxx/public_html/'); 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', 'xxx_xxx'); define('DB_SERVER_PASSWORD', 'xxx'); define('DB_DATABASE', 'xx_xx'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> Please help me whats wrong here. Thanks & Regards - Shahriat
FIMBLE Posted October 12, 2009 Posted October 12, 2009 Configure look ok, what it the URL of your web site? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
shahriat Posted October 13, 2009 Author Posted October 13, 2009 Configure look ok, what it the URL of your web site? Nic Here is the link http://sanbrunotires.com/ Please let me know whats wrong goes there.
♥ecartz Posted October 13, 2009 Posted October 13, 2009 Try http://www.sanbrunotires.com/index.php You have a file index.html that needs to be deleted. The index.html seems to be meant to demo the store look, but it is currently showing as your front page. Always back up before making changes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.