MegaV1 Posted August 12, 2006 Share Posted August 12, 2006 i want to move the site from www.team-pocket-rocket.com --> www.team-pocket-rocket.com/shop or something like that, how would i do it? Link to comment Share on other sites More sharing options...
Guest Posted August 12, 2006 Share Posted August 12, 2006 i want to move the site fromwww.team-pocket-rocket.com --> www.team-pocket-rocket.com/shop or something like that, how would i do it? you just move the shop to the new directory and reflect the changes in your config files (both customer end and admin end). Its as simple as that :thumbsup: Link to comment Share on other sites More sharing options...
jhsands Posted August 12, 2006 Share Posted August 12, 2006 If you are going from /shop to / then in .htacess DirectoryIndex catalog/index.php Otherwise /shop/includes/configure.php define('HTTP_SERVER', 'https://www.team-pocket-rocket.com'); define('HTTPS_SERVER', 'https://www.team-pocket-rocket.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'www.team-pocket-rocket.com'); define('HTTPS_COOKIE_DOMAIN', 'www.team-pocket-rocket.com'); /shop/admin/includes/configure.php define('HTTP_SERVER', 'https://www.team-pocket-rocket.com'); define('HTTP_CATALOG_SERVER', 'https://www.team-pocket-rocket.com'); define('HTTPS_CATALOG_SERVER', 'https://www.team-pocket-rocket.com'); define('ENABLE_SSL_CATALOG', 'true'); define('DIR_FS_DOCUMENT_ROOT', '/home/username/public_html'); define('DIR_WS_ADMIN', '/shop/admin/'); define('DIR_FS_ADMIN', '/home/username/public_html/shop/admin/'); // define('DIR_WS_CATALOG', '/shop/'); define('DIR_FS_CATALOG', '/home/username/public_html/shop/'); BACKUP your current files before editing. Did I mention to BACKUP your current files, first? "I'm not a hero, I'm a firefighter; it is my job to save lives. I'm a Jesus Christ Firefighter saving souls from the flames!" Installed contribs: Almost XP Buttons *** Attribute Sort *** Auto Thumbnail Change *** Column Product Listing (for SPPC v4.0) *** Contact Us Registered *** Country-State Selector 1.3.3J *** CC# Db Mask 1.3 *** Email Order Clickable Link *** Extra Images *** Linkpoint API CVM *** Loginbox Best *** New Spiders *** New Attrib Mgr v.5.0 w/ New Attrib Include *** Multi Product Update *** MySQL Cron *** Pricing per Category *** Product Listing in Columns v2.2 [later upgraded to CPL(SPPC)] *** Product Sort v1.6 *** Seperate Pricing Per Customer v4.15 *** Simple Down for Maintenance [Gokou] *** Ultimate_SEO_URLs_v2.2.2 *** UPS Worldship Export 1.3 *** Welcome Email username & password Link to comment Share on other sites More sharing options...
MegaV1 Posted September 18, 2006 Author Share Posted September 18, 2006 If you are going from /shop to / then in .htacess DirectoryIndex catalog/index.php Otherwise /shop/includes/configure.php define('HTTP_SERVER', 'https://www.team-pocket-rocket.com'); define('HTTPS_SERVER', 'https://www.team-pocket-rocket.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'www.team-pocket-rocket.com'); define('HTTPS_COOKIE_DOMAIN', 'www.team-pocket-rocket.com'); /shop/admin/includes/configure.php define('HTTP_SERVER', 'https://www.team-pocket-rocket.com'); define('HTTP_CATALOG_SERVER', 'https://www.team-pocket-rocket.com'); define('HTTPS_CATALOG_SERVER', 'https://www.team-pocket-rocket.com'); define('ENABLE_SSL_CATALOG', 'true'); define('DIR_FS_DOCUMENT_ROOT', '/home/username/public_html'); define('DIR_WS_ADMIN', '/shop/admin/'); define('DIR_FS_ADMIN', '/home/username/public_html/shop/admin/'); // define('DIR_WS_CATALOG', '/shop/'); define('DIR_FS_CATALOG', '/home/username/public_html/shop/'); can someone please help me do this (or do this for me?) i am not used to osCommerce and don't want to destroy the site please e-mail me at [email protected] or with these MSN: [email protected] Yahoo: NGMegaV1 AIM: NGMegaV1 ICQ: forgot Google: [email protected] or any others please help ASAP Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.