Greetings,

Went live last Thursday, and now I notice that some of the paths for my links in the Admin area show my "/store/" directory twice. This /store/ directory is my Zen Cart top directory.

I first noticed this when my "English" flags were breaking in Admin/Catalog/Categories & Products. Besides the flag images, the "Online Catalog" link in the Admin header repeats the /store/ as well.

The Online Catalog link in the Admin header is displayed like this:
"http://www.maximummotorsports.com/store/store/index.php?main_page="

and the English flag icon links are displayed as:
"http://www.maximummotorsports.com/store/store/includes/languages/english/images/icon.gif"

I think it might be due to how my configure.php file is set up in the admin area. Here is how it is set up currently:

// Define the webserver and path parameters
define('HTTP_SERVER', 'https://www.maximummotorsports.com');
define('HTTPS_SERVER', 'https://www.maximummotorsports.com');
define('HTTP_CATALOG_SERVER', 'http://www.maximummotorsports.com/store');
define('HTTPS_CATALOG_SERVER', 'https://www.maximummotorsports.com/store');
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');

define('DIR_WS_ADMIN', '/store/maxmot_ad/');
define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_ADMIN', '/store/maxmot_ad/');
define('DIR_WS_HTTPS_CATALOG', '/store/');

Any suggestions?

Thanks,
chrx