How to exclude a post from SSL?
-
Hello,
My site’s SSl is provided by cloudflare (Flexible) and I have the below code from
Really Simple SSL in .htaccess to force my site from http to https.<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:CF-Visitor} ‘”scheme”:”http”‘
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
I have a post, which contains non-secure iframe. So I need to force the post’s link to http.
How can I do that, please?The page I need help with: [log in to see the link]
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘How to exclude a post from SSL?’ is closed to new replies.