bforns Posted April 6, 2009 Posted April 6, 2009 How do I get my main website pointed the catalog page? My website is: www.unionmetrosales.com I have a website setup but can only view it if I give people the www.unionmetrosales.com/catalog/ url why is that? I want the catalog page to point to my main www.unionmetrosales.com page and not the catalog url Please help!! Thank You.
Growthshops Posted April 6, 2009 Posted April 6, 2009 How do I get my main website pointed the catalog page? My website is: www.unionmetrosales.com I have a website setup but can only view it if I give people the www.unionmetrosales.com/catalog/ url why is that? I want the catalog page to point to my main www.unionmetrosales.com page and not the catalog url Please help!! Thank You. edit includes/configure.php file it is all there you will see it right away.
bforns Posted April 7, 2009 Author Posted April 7, 2009 how and what do i edit on this? to get my page directed to www.unionmetrosales.com.. I want all my info to be displayed on the .com not unionmetrosales.com/catalog/ <?php define('HTTP_SERVER', 'http://www.unionmetrosales.com'); define('HTTPS_SERVER', 'http://www.unionmetrosales.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.unionmetrosales.com'); define('HTTPS_COOKIE_DOMAIN', 'www.unionmetrosales.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/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/www/unionmetrosales.com/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'fdb1.awardspace.com'); define('DB_SERVER_USERNAME', 'unionmetro715_i'); define('DB_SERVER_PASSWORD', '****'); define('DB_DATABASE', 'unionmetro715_hi'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?>
danyal193 Posted April 7, 2009 Posted April 7, 2009 i am having the same probem, i want my website www.flyladz.com to be the main catalog when it is typed in the address bar, all that happens when i do so is that it gives me a plain white page that says " Index: osc (catalog) and i have to click osc. how can i make it that it goes straight to my catalog?! :(
Guest Posted April 8, 2009 Posted April 8, 2009 How do I get my main website pointed the catalog page? My website is: www.unionmetrosales.com I have a website setup but can only view it if I give people the www.unionmetrosales.com/catalog/ url why is that? I want the catalog page to point to my main www.unionmetrosales.com page and not the catalog url Please help!! Thank You. You can either move the installation to root (instead of placing it in the catalog directory) and update the configure files or modify your root .htaccess file to point to catalog/index.php by adding this: DirectoryIndex catalog/index.php Redirect /index.html http://www.unionmetrosales.com/catalog/index.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.