Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Index page


delite163

Recommended Posts

Posted

Hello,

I need some help with where to put the index.php page. I have a new type of hosting (new to me). The root contains two folders httpdocs and httpsdoc folders. Inside the httpdocs folder resides my os cart. When I type in my web address www.mydomain.com the page comes up blank or if i hit top the home page is bland, but when I click on my logo the index.php page comes up. I need to know how to fix this problem.

 

Thanks

delite163

Posted
Hello,

I need some help with where to put the index.php page.  I have a new type of hosting (new to me).  The root contains two folders httpdocs and httpsdoc folders.  Inside the httpdocs folder resides my os cart.  When I type in my web address www.mydomain.com the page comes up blank or if i hit top the home page is bland, but when I click on my logo the index.php page comes up.  I need to know how to fix this problem.

 

Thanks

delite163

 

httpdocs is the NONSSL webroot directory

httpsdocs is the SSL webroot directory

 

for more info about SSL search the osc KB

 

yr prob sounds to me as if yr config php is not well configured, post the part above the db settings, or blank the in yr config file before posting

 

dahui

Posted
httpdocs is the NONSSL webroot directory

httpsdocs is the SSL webroot directory

 

for more info about SSL search the osc KB

 

yr prob sounds to me as if yr config php is not well configured, post the part above the db settings, or blank the in yr config file before posting

 

dahui

 

 

Hello,

I hope that I got the code that you wanted from configure.php.

 

<?php

// Please, note that all changes in this file will be lost

// after reconfiguring application by Plesk

define('HTTP_SERVER', 'http://victorianclipartdelite.com');

define('HTTPS_SERVER', 'http://victorianclipartdelite.com');

define('ENABLE_SSL', 'false');

define('HTTP_COOKIE_DOMAIN', 'http://victorianclipartdelite.com');

define('HTTPS_COOKIE_DOMAIN', 'http://victorianclipartdelite.com');

define('HTTP_COOKIE_PATH', '/oscommerce/');

define('DIR_WS_HTTP_CATALOG', '/oscommerce/');

define('DIR_WS_HTTPS_CATALOG', '/oscommerce/');

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/');

Thank you

delite163

Posted
Hello,

I hope that I got the code that you wanted from configure.php.

 

<?php

// Please, note that all changes in this file will be lost

// after reconfiguring application by Plesk

define('HTTP_SERVER', 'http://victorianclipartdelite.com');

define('HTTPS_SERVER', 'http://victorianclipartdelite.com');

define('ENABLE_SSL', 'false');

define('HTTP_COOKIE_DOMAIN', 'http://victorianclipartdelite.com');

define('HTTPS_COOKIE_DOMAIN', 'http://victorianclipartdelite.com');

define('HTTP_COOKIE_PATH', '/oscommerce/');

define('DIR_WS_HTTP_CATALOG', '/oscommerce/');

define('DIR_WS_HTTPS_CATALOG', '/oscommerce/');

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/');

Thank you

delite163

 

 

Just out of curiosity I am wondering what you think of the httpdocs httpsdocs hosting set up. It a plesk control panel. I think that theres just too much going on when I just used to a hosting package that has a root that you upload all of your files and stuff. way too many errors

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...