Quote Originally Posted by dennez View Post
Thank you MC... Both addresses point to the same location (sharing the same fileset)

subdomain.myshop.com is pointed to myshop.com/shop via the cpanel subdomain setting

my configure shows the following:
define('HTTP_SERVER', 'http://myshop.com');
define('HTTPS_SERVER', 'https://myshop.com');
define('ENABLE_SSL', 'true');
define('DIR_WS_CATALOG', '/shop/');
define('DIR_WS_HTTPS_CATALOG', '/shop/');
define('DIR_FS_CATALOG', '/home/directory/public_html/shop/');

htaccess has some wordpress specific items such as w3cache and page caching etc.
This is the only thing not in wordpress comments:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]

I couldn't find a list by DivaVocals, but I hope that this might be what you are looking for. :)
Thank you.
This is NOT an IH4 issue.. This is a ZEN CART configuration issue, and you need to start a new thread to discuss this topic.. That said I will say this VERY QUICKLY.. If your store is setup as a sub-domain, your configuration file needs to be configured for a sub-domain. Meaning the URL's in HTTP_SERVER, HTTPS_SERVER and should be the sub-domain URL.. If you are not going to use the sub-domain, then the URLs in your configuration file will be configured as you have them.

Now if you have any additional questions, you do need to create a new thread as this is not an IH4 support related issue..