I'm trying to fix our home page to our shopping cart.

Right now it is adding an addtional /shop to the homepage of the cart so it looks like this:

http://incredibum.com/shop/shop/

I'm guessing this has to deal with the configure.php file but not sure where it needs to be fixed.

So far the defines at the top look like this:

define('HTTP_SERVER', 'http://incredibum.com/shop');
define('HTTPS_SERVER', 'https://incredibum.com/shop');
define('HTTP_CATALOG_SERVER', 'http://incredibum.com/shop');
define('HTTPS_CATALOG_SERVER', 'https://incredibum.com/shop');

thanks in advance for your help.