Title: https problem
Last modified: June 13, 2017

---

# https problem

 *  [robbieray](https://wordpress.org/support/users/robbieray/)
 * (@robbieray)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-help-thanks/)
 * Hi guys we have a website with https , we need a page creating that would just
   use the normal http and not the https how do we do this ? thanks

Viewing 1 replies (of 1 total)

 *  [Ali Shan](https://wordpress.org/support/users/alishanvr/)
 * (@alishanvr)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-help-thanks/#post-9225352)
 * Hi,
 * I recommend you to not do this. Because by doing this, your whole website become
   insecure. Think it like real world, if a Bank secure three walls and left one
   insecure. What will happen ?
 * The short answer of your question is yes you can do, but not recommended.
 * Below are the two reference websites:
    [https://security.stackexchange.com/questions/71512/is-it-possible-to-force-a-browser-to-use-http-in-an-ssl-enabled-https-website](https://security.stackexchange.com/questions/71512/is-it-possible-to-force-a-browser-to-use-http-in-an-ssl-enabled-https-website)
 * [https://stackoverflow.com/questions/30033191/using-htaccess-to-force-some-pages-using-non-ssl-on-an-ssl-site](https://stackoverflow.com/questions/30033191/using-htaccess-to-force-some-pages-using-non-ssl-on-an-ssl-site)
 *     ```
       RewriteEngine On
       RewriteCond %{REQUEST_URI} ^/unsecure [NC]
       RewriteCond %{HTTPS} ^on
       RewriteRule ^(.*) http://example.com/$1 [R=301,L]
       ```
   
 * Regards,
    TheRightSol
    -  This reply was modified 8 years, 11 months ago by [Ali Shan](https://wordpress.org/support/users/alishanvr/).

Viewing 1 replies (of 1 total)

The topic ‘https problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ali Shan](https://wordpress.org/support/users/alishanvr/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/https-help-thanks/#post-9225352)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
