before I go back and change it again...where is the text - ?
Code:
define('DIR_FS_CATALOG', '/home/sites/ampmgraphicsprint.com/public_html/shop/');
Should I change all bits with /shop?? to just / ???
for example - should
Code:
define('DIR_FS_ADMIN', '/home/sites/ampmgraphicsprint.com/public_html/shop/admin/');
define('DIR_FS_CATALOG', '/home/sites/ampmgraphicsprint.com/public_html/shop/');
now be
Code:
define('DIR_FS_ADMIN', '/home/sites/ampmgraphicsprint.com/public_html/admin/');
define('DIR_FS_CATALOG', '/home/sites/ampmgraphicsprint.com/public_html/');