Title: How to exclude just one page from https?
Last modified: August 30, 2016

---

# How to exclude just one page from https?

 *  [orantes](https://wordpress.org/support/users/orantes/)
 * (@orantes)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-exclude-just-one-page-from-https-1/)
 * I need to exclude a page from https because it uses JavaScript from another site
   that is not SSL enabled. How do that?
    I have installed a plugin to activate 
   SSL in my wp site.
 * Thanks

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

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-exclude-just-one-page-from-https-1/#post-6643961)
 * Try to figure out this code. This might work. Best of luck!
    <IfModule mod_rewrite.
   c> RewriteEngine On # Go to https if not on careers RewriteCond %{SERVER_PORT}
   =80 RewriteCond %{THE_REQUEST} !/careers/[\s?] [NC] RewriteRule ^(.*)$ [https://www.mywebsite.com/$1](https://www.mywebsite.com/$1)[
   R,L]
 * # Go to http if you are on careers
    RewriteCond %{SERVER_PORT} !=80 RewriteCond%{
   THE_REQUEST} /careers/[\s?] [NC] RewriteRule ^(.*)$ [http://www.mywebsite.com/$1](http://www.mywebsite.com/$1)[
   R,L] </IfModule>
 *  Thread Starter [orantes](https://wordpress.org/support/users/orantes/)
 * (@orantes)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-exclude-just-one-page-from-https-1/#post-6643966)
 * Where I put this code? Thanks
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-exclude-just-one-page-from-https-1/#post-6643979)
 * Try putting it in your .htaccess file & see if it works.

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

The topic ‘How to exclude just one page from https?’ is closed to new replies.

## Tags

 * [exclude page](https://wordpress.org/support/topic-tag/exclude-page/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-exclude-just-one-page-from-https-1/#post-6643979)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
