Problem with SSL

Hello,

My website don't work with SSL

Template is destructured

Have you this problem ?

It's very urgent because Paypal change system payment at June 17

Thanks in  advance

Quote · 16 Jun 2016

Hi. I've run D Pro since 7.2.1 in full SSL, I never intended even from day one to run in non-SSL (for various reasons). 7.2.1 had a couple of issues with Google maps etc, but these were patched.

7.3.0 haven't had any problems with full SSL, just need to know any JS references need to be SSL also otherwise you get browser warnings.

Quote · 16 Jun 2016

 

Template is destructured

 Did you change your header.inc file?

Also to force the site to use SSL you need to edit your .htaccess file and add this..

 

<IfModule mod_rewrite.c>

    RewriteEngine on

RewriteCond %{SERVER_PORT} 80 

RewriteRule ^(.*)$ https://yoursite.com/$1 [R,L]

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 16 Jun 2016

Note, if you are using Nginx, then the .htaccess file is not used; you would need to do a rewrite compatible with Nginx.

Geeks, making the world a better place
Quote · 16 Jun 2016

Ok... Thanks a lot !

Let us hope that the system of payment of Martinboi works with the SSL.

He never answer messages. Painful ...

Wink

Quote · 17 Jun 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.