Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

catagories point to old testing subdomain


Guest

Recommended Posts

Posted

Hey

 

I'm currently working on a site for a company i work at part time (student the rest of the time). i was told to send the new site to live even though its not quite finished.

 

Once i moved it and i altered to configure.php and the site seemed to point correctly. i have noticed though that if i click on catagories the point to the old testing domain where i was working on the site before it went live.

 

web site is http://www.manchestercctv.com/index.php

 

this is my configure.php it looks ok to me.

 

any help/criticism is welcomed

 

<?php
 define('HTTP_SERVER', 'http://www.manchestercctv.com');
 define('HTTPS_SERVER', 'http://www.manchestercctv.com');
 define('ENABLE_SSL', false);
 define('HTTP_COOKIE_DOMAIN', 'www.manchestercctv.com');
 define('HTTPS_COOKIE_DOMAIN', 'www.manchestercctv.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', '/var/www/vhosts/manchestercctv.com/httpdocs/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

Posted

fixed it i didnt realise i had to reset the temp folder.

 

thanks anyway.... going to go hide in shame

Posted
fixed it i didnt realise i had to reset the temp folder.

 

thanks anyway.... going to go hide in shame

No need to do that. You did better than most would have.

Archived

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

×
×
  • Create New...