The first lesson to re learn and to apply at all times is save a copy of something before you change it (particularly if it’s working in the first place !)

That being said I went to change the admin folder page and then couldn’t access the admin folder again. I think something was corrupted in the ftp transfer since then I have down loaded the file comparison software that was recommended on another post and have tracked it down to a few lines of code that I might have screwed up. I then when a binge of changing things and got lost in the woods with no back up of the original file that was working just fine.



What does : /var/www/vhost/accountname/public_html/store/ mean and do I have the path correct below?

Following is a line from the admin/includes/configure.php file

//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_ADMIN', '/home/annexpaint.com/www/public_html/admin/');
define('DIR_FS_CATALOG', '/home/annexpaint.com/www/public/');


thanks for the help

Greg