all right, the thing is not working.
I would like to change the setting by myself, so this is the inludes/configure.php
define('HTTP_SERVER', 'http://www.nutricionizam.com');
define('HTTPS_SERVER', 'https://www.nutricionizam.com');...
do I have to change the subdomain here? the sudomain name is www.subdomain.nutricionizam.com
define('DIR_WS_CATALOG', '/shop/');
define('DIR_WS_HTTPS_CATALOG', '/shop/');
this is the old position, now it is located in the root folder od the subdomain, so I was tinking of leaving this empty //
...
define('DIR_FS_CATALOG', '/home/login/public_html/shop/')
this is the old position, now it is located in the root folder od the subdomain, so I was tinking of renaming to '/home/login/public_html/nutricionist/
...
define('DIR_FS_SQL_CACHE', '/home/login/public_html/shop/cache');
should this be: '/home/login/public_html/nutricionist/cache' ???


Reply With Quote
