Prestashop Shared SSL Problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
givingback
Forum Newbie
Posts: 1
Joined: Sun Mar 13, 2011 4:28 am

Prestashop Shared SSL Problem

Post by givingback »

Hi To all,
I have joined this forum as my username suggest to try and give something back for all the help that I have recieved from forums like this in the past.

I would like to ask your assistance in an problem with "Prestashop" opensource Shopping cart which everyone speaks extremely highly of:- With one exception

It will not work with shared SSL's
The back office admin has a radio button to choose Enable SSL this invokes the init.php to select "https://" then the "$server_host" variable adds the "path to page" in a test installation setup on a unused domain I have when clicking the view basket gives
https://www.rougecustomers.com/order.php?step=1 ---Which is ok for Private SSL

I can alter the $local_host_ssl to display "https://web44.secure.secure.co.uk/
On a shared SSL at heart Internet whos shared SSL is ((ServerID + secure.secure.co.uk)+ $local_host )however this gives the problem display of:-
https://web44.secure.secure.co.uk/www.r ... php?step=1

Which has a "www" where it is not required

I feel that If I could Identify the "$local_host" definition to remove the "www" from the created URL This would be a step in the right direction.

However I cannot find that part of code in the Script.

Can Anyone here help
Post Reply