delite163 Posted September 11, 2005 Posted September 11, 2005 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
dahui Posted September 11, 2005 Posted September 11, 2005 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 <{POST_SNAPBACK}> 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
delite163 Posted September 13, 2005 Author Posted September 13, 2005 httpdocs is the NONSSL webroot directoryhttpsdocs 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 <{POST_SNAPBACK}> 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
delite163 Posted September 13, 2005 Author Posted September 13, 2005 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 <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.