Images broken on SSL install

Issues when installing or upgrading AlegroCart
Post Reply
nctoolman
Posts: 2
Joined: Sun Jun 10, 2012 9:22 pm

Images broken on SSL install

Post by nctoolman » Tue Jun 12, 2012 9:42 pm

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.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Images broken on SSL install

Post by leo » Tue Jun 12, 2012 11:34 pm

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/');

nctoolman
Posts: 2
Joined: Sun Jun 10, 2012 9:22 pm

Re: Images broken on SSL install

Post by nctoolman » Wed Jun 13, 2012 5:36 am

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

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Images broken on SSL install

Post by leo » Wed Jun 13, 2012 5:53 am

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.

Post Reply