Quote Originally Posted by Design75 View Post
What is the contents of the site specific config file? in the config_sites folder?
Thanks for the reply. I have the mod working on my older site, so I simply used that and adjusted to catalogue path, so this is what I have.

<?php
define('DIR_WS_CATALOG', '/1.5.5f-trial/');
define('DIR_WS_HTTPS_CATALOG', '/1.5.5f-trial/');
$template_dir = "custom";
define('SITE_NAME','usa');
define('HTTP_SERVER', 'https://af-company.com');
define('HTTPS_SERVER', 'https://af-company.com');


?>