Okay, so I had some small issues and after figuring everything out (or so I thought) and re-installing the whole thing on my server etc., I went through the whole setup process with no issues. But when I went back to sign in to the admin after renaming the directory etc. it took me back to the same page I was on when I first went to install?? It says maybe my admin config files are wrong, so here they are ....can anyone help?


define('HTTP_SERVER', 'http://www.sheldongate.com');
define('HTTPS_SERVER', 'https://secure.netsolhost.com/sheldongate.com');
define('HTTP_CATALOG_SERVER', 'http://www.sheldongate.com');
define('HTTPS_CATALOG_SERVER', 'https://secure.netsolhost.com/sheldongate.com');

// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!

// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/sheldongateadmin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/sheldongateadmin/');
define('DIR_WS_HTTPS_CATALOG', '/');



HELP!