It should be in Configuration->CSS/JS Loader. Did you try lhungil's suggestion? The more I thought about it, the more it seemed to make more sense than my suggestion.
I don't have a dedicated SSL So the SSL will not work according to hostgator unless it is https://secure1781.hostgator.com/mym...econdarydomain
I think lat9 is right - there is something not quite rights with the installation of the CSS JS loader. Only the CSS and JS files are being incorrectly added to the URL... Starting with an extra "/"... Have you tried the support thread over at numinix?
Looking further at the source of your generated pages.... While I have not used the CSS JS loader... I am not seeing the "min/?f=" which appears in the supplied template replacement file html_header.php... You may want to double check the installation.
That said, Zen Cart typically prefers HTTPS_SERVER contains the protocol + host name... and DIR_WS_HTTPS_CATALOG contains the web relative path to Zen Cart. In my experience this seems to work best - even with a shared SSL.
Last edited by lhungil; 3 Feb 2013 at 01:06 AM.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Like lhungil said, you should post your issue on Numinix's board; it's looking like the CSS/JS Loader is the culprit. From your homepage, you've got the following in your page's header:
That extra / before the non-print stylesheet specifications is what is killing you when you go to shared SSL.. The fact that the print stylesheet comes before the display-related stylesheets is a clue that the CSS/JS loader is involved.Code:<base href="http://d132s.southshorepizza.net/" /> <link rel="canonical" href="http://d132s.southshorepizza.net/" /> <link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" /> <link rel="stylesheet" type="text/css" href='/includes/templates/classic/css/stylesheet.css' /> <link rel="stylesheet" type="text/css" href='/includes/templates/classic/css/stylesheet_css_buttons.css' />
The CSS/JS loader code is installed, just not minifying ...