As I said, there are tutorials explaining how to move your site...
It is not difficult to move it from a sub-directory back to the root directory, but you will need to do it according to a set procedure explained in the tutorial.
Basically, it involves:-
1. Moving the zencart installation (all the folders and files) UP A LEVEL in your file structure. This can be done quite quickly in C-Panel (or equivalent).
You may wish to use the "COPY TO" feature rather than "MOVE TO". In this way, you retain the original structure, so if things go wrong you can revert to the original.
2. When you have MOVED/COPIED the folders/files to the root directory, you will need to EDIT the configure.php files. Basically, these edits will remove the references to the sub-directory in all relevant paths.
These will now be in:-
public_html/includes/configure.php
and
public_html/includes/admin/configure.php
Make sure the settings for the database are correct as well in the configure.php files, as well as the path to the cache folder (if your cache is set to files, not dbase)
3. You may need to run a bit of script called "reset cache key" - see elsewhere on this forum, and the file that does this is in the downloads section.
When everything is working and you have TESTED THE SITE FULLY - (usually after a few weeks) you should be able to safely delete the sub-directory where the original installation was put.



