DK_Scully:
I thought I copied that section, too. Yes, it's there.
/**
- Enter the domain for your store
- HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
- HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com
*/
define('HTTP_SERVER', 'http://earcandyaudiobooks.com');
define('HTTPS_SERVER', 'https://earcandyaudiobooks.com');
/**
>
> If I change
>
> ```php
define('HTTP_SERVER', 'http://earcandyaudiobooks.com');
define('HTTPS_SERVER', 'https://earcandyaudiobooks.com');
to
define('HTTP_SERVER', 'http://earcandyaudiobooks.com');
define('HTTP_SERVER', 'http://earcandyaudiobooks.com');
>
> won't that cause problems because the two lines are now identical?
>
> I dropped the page zoom all the way down to 25%. No change.
>
> This is how my listings display:
>
> ```html
210 Preview Audiobook Title $3.95 0 Product is Linked Status - Enabled 0
M
C
A
There is no E, either inside a circle or without one as the M, C, and A are...they're strictly text letters, not in circles of any color. There's no X, no image handler icon, no $ icon, and no metatag icon. Just those three letters to the right of the listings. (And by the way, everything on the page is far-left-aligned, not just the unformatted text links.
Don't seem to be able to tell to what version the upgrade was, but if it was to 1.5.5 or newer, then the admin/includes/configure.php would only be expected to contain a HTTP_SERVER define and not HTTPS_SERVER unless some other software just had to have it...
Yeah, all the left justified text has to do with the css. Barco57 ought to be able to identify the issue. If it is good for him when logging into your admin, then it is likely a browser issue. (BTW, could try a different browser to see if the problem exists there...)
As to the two server entries being made the same, not it doesn't cause a problem other than if it were desired to actually have https: in the Web address. Speaking of, once logged into the admin, does every page on the browser identify as https:// or not? Ehh, again, barco57 should be able to identify.
This chef's out for now. :)