Title: How can I make one page not HTTPS?
Last modified: August 31, 2016

---

# How can I make one page not HTTPS?

 *  [dgalassi](https://wordpress.org/support/users/dgalassi/)
 * (@dgalassi)
 * [10 years ago](https://wordpress.org/support/topic/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/ [http://example.com/pagelink/](http://example.com/pagelink/)[
   R=301,L]
 * and the page stays on the HTTPS. Any hints as to what to try next?
 * [https://wordpress.org/plugins/https-redirection/](https://wordpress.org/plugins/https-redirection/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years ago](https://wordpress.org/support/topic/how-can-i-make-one-page-not-https/#post-7368136)
 * Hi, how many pages do you currently have in your website?
 *  Thread Starter [dgalassi](https://wordpress.org/support/users/dgalassi/)
 * (@dgalassi)
 * [10 years ago](https://wordpress.org/support/topic/how-can-i-make-one-page-not-https/#post-7368238)
 * There’s 76 pages total, and 98% need to be HTTPS. Which is why I’m trying to 
   hand code the exceptions rather than list out 74 pages as HTTPS redirection.
 * I’ve actually tried adding the page inside of the HTTPS Redirection Plugin snippet
   inside the HTACCESS File. see below how I tried to add the exception to the testpage
   there. I thought that would work, but its not working either.
 * # BEGIN HTTPS Redirection Plugin
    <IfModule mod_rewrite.c> RewriteEngine On RewriteCond%{
   HTTPS} off RewriteCond %{THE_REQUEST} !/testpage/ RewriteRule ^(.*)$ [https://%](https://%){
   HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> # END HTTPS Redirection Plugin
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years ago](https://wordpress.org/support/topic/how-can-i-make-one-page-not-https/#post-7368261)
 * Hi please check the following [URL](http://www.ceus-now.com/how-to-force-specific-pages-in-wordpress-to-be-non-ssl-http/)
   I found while using Google search engine.
 * Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How can I make one page not HTTPS?’ is closed to new replies.

 * ![](https://ps.w.org/https-redirection/assets/icon-128x128.png?rev=1779143)
 * [Easy HTTPS Redirection (SSL)](https://wordpress.org/plugins/https-redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/https-redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/https-redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/https-redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/https-redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/https-redirection/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/how-can-i-make-one-page-not-https/#post-7368261)
 * Status: not resolved