redirect adds a duplicate folder

I am having an issue with how cs cart directs or redirects the url. I have my cart completely set up the way I want it and have added over 500 products. The last step was getting the ssl cert in place then adding my credit card info. Everything was working fine. I added the ssl and that's when things got weird.



For some reason, if you type in the url HugeDomains.com when it pulled up, there was an extra angels folder in the url. so it looked like this carlasangels.com is for sale | HugeDomains and of course since I don't have another /angels folder within the /angels folder, you got a 401. Now you could go and manually delete the extra /angels/ then hit return and you could get there.



Even in a link, it added the extra /angels/ However, all of the product pages connected properly without the extra /angels/, just my content pages redirected.



My host is bluehost and since I had everything working perfectly until the ssl was added, I was determined that it had to be something on their end. They worked on it two days and was able to do some redirecting of their own to get it to work, but I still can't get to my admin panel without having to manually remove one of the /angels/



Does anyone know where this redirect may be coming from?



It's got a whole lot of people baffled.



If you try to go to the links I have posted here, you will need to watch the url as there is now a redirect back to the right path.



Thanks in advance for any advice on this issue.



Carla Schwille

I think I figured this issue out, I just don't know what to do about it now. When I registered for this license, I registered as [url=“HugeDomains.com”]carlasangels.com is for sale | HugeDomains including the folder in the registration. That has to be where the extra folder is coming from. Does anyone know how to undo that without having to start completely over? I already have a couple of months worth of work invested in this new site.

Look in /config.local.php and let us know what these lines show. From what you have posted, it should look something like:



// Host and directory where software is installed on no-secure server
$config['http_host'] = 'www.carlasangels.com';
$config['http_path'] = '/angels';

// Host and directory where software is installed on secure server
$config['https_host'] = 'www.carlasangels.com';
$config['https_path'] = '/angels';