How configure the plugin with HTTPS
-
Hi
I’m working with WP 4.1.1 + Football Live Scores 1.2
I’ve configured WP to work with HTTPS by means of .htaccess:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}/play [R=301,L]the problem is that the plugin is not shown in a HTTPS page.
How could I change the configuration of the plugin to get that works in a HTTPS page?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘How configure the plugin with HTTPS’ is closed to new replies.