How can I make one page not HTTPS?
-
Hi! I’m using Easy HTTPS Redirection and need to make only a few pages not HTTPS. I’m wondering if I can add a few lines into the htaccess file directly to force the one or two pages onto HTTP.
I’ve tried forcing one page, adding these lines after the #END WordPress
#RewriteCond %{HTTPS} on
#RewriteRule ^/pagelink/ https://example.com/pagelink/ [R=301,L]and the page stays on the HTTPS. Any hints as to what to try next?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How can I make one page not HTTPS?’ is closed to new replies.