Title: Force HTTPS to all domain except one page
Last modified: August 24, 2016

---

# Force HTTPS to all domain except one page

 *  Resolved [albertocm](https://wordpress.org/support/users/albertocm/)
 * (@albertocm)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/force-https-to-all-domain-except-one-page/)
 * Hi there! great plugin guys.
 * The plugin let me force all domain or just for some pages. But I need to force
   all domain to HTTPS except one page.
    Do you know how can I achieve this?
 * My htaccess looks like this:
 *     ```
       # BEGIN HTTPS Redirection Plugin
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteCond %{HTTPS} off
       RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
       </IfModule>
       # END HTTPS Redirection Plugin
       ```
   
 * Regards!!
 * [https://wordpress.org/plugins/https-redirection/](https://wordpress.org/plugins/https-redirection/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [mra13](https://wordpress.org/support/users/mra13/)
 * (@mra13)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/force-https-to-all-domain-except-one-page/#post-6132620)
 * Not sure how to handle that.

Viewing 1 replies (of 1 total)

The topic ‘Force HTTPS to all domain except one page’ 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/)

## Tags

 * [https redirect](https://wordpress.org/support/topic-tag/https-redirect/)

 * 1 reply
 * 2 participants
 * Last reply from: [mra13](https://wordpress.org/support/users/mra13/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/force-https-to-all-domain-except-one-page/#post-6132620)
 * Status: resolved