Page 1 of 1

Images broken on SSL install

Posted: Tue Jun 12, 2012 9:42 pm
by nctoolman
I have an SSL installed on my site. Installed Alegrocart to "HTTPS:www.domain.com
I have set both options for "use SSL" to yes. I have set Url alias to yes.
The index page loads and all mods are there but the images all show with a red x in a box.
Any advice or help would be greatly appreciated.

P.S. I did a clean install on another site of mine to HTTP: with out the SSL cert installed
and it looks great.

Re: Images broken on SSL install

Posted: Tue Jun 12, 2012 11:34 pm
by leo
Have you set the SSL path in config.php?
So,

Code: Select all

define('HTTPS_BASE', '');
must be filled in.
E.g.

Code: Select all

define('HTTPS_BASE', 'https://yourdomain/shop/');

Re: Images broken on SSL install

Posted: Wed Jun 13, 2012 5:36 am
by nctoolman
Hi Leo

That worked great. Thank you. Do you know of a location for complete documentation. I auto installed from CPanel and no docs. I downloaded the zip pkg and unzipped only to find the install file would not open. Just locked my cpu. I am a newbie of 2 days on Alegro. Would appreciate pointing me to a documentation site if you know of one.
The mod rewrite dosen't seem to work and I need some direction. I looked in system / core and nothing shows installed for mod-rewite. Thanks again.
Bill :D :D :D :D

Re: Images broken on SSL install

Posted: Wed Jun 13, 2012 5:53 am
by leo
We have no complete documentation on AC, but you can read our FAQ. If something is not clear, ask.

To check mod_rewrite, go to AC admin/System/Server Info. In apache2handler part, in loaded modules the mod_rewrite should be listed. If it is not, ask you web service provider to enable it for you.