Title: reverse redirection (https -&gt; http)
Last modified: August 24, 2016

---

# reverse redirection (https -> http)

 *  Resolved [snooper](https://wordpress.org/support/users/snooper/)
 * (@snooper)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/reverse-redirection-https-http/)
 * Hi
 * I need to do the reverse. I wonder if this plugin can be engineered to achieve
   this?
 * Thanks!
 * [https://wordpress.org/plugins/https-redirection/](https://wordpress.org/plugins/https-redirection/)

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

 *  Plugin Author [mra13](https://wordpress.org/support/users/mra13/)
 * (@mra13)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/reverse-redirection-https-http/#post-6127619)
 * Yeah, you should be able to. Are you a coder/developer?
 *  Thread Starter [snooper](https://wordpress.org/support/users/snooper/)
 * (@snooper)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/reverse-redirection-https-http/#post-6127621)
 * i know the basics
 *  Plugin Author [mra13](https://wordpress.org/support/users/mra13/)
 * (@mra13)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/reverse-redirection-https-http/#post-6127785)
 * **Please make sure to keep backup before you try the following**
 * Try adding the following to your htaccess file to see if that works for you:
 *     ```
       # BEGIN HTTPS Redirection Plugin
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteCond %{HTTPS} on
       RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
       </IfModule>
       # END HTTPS Redirection Plugin
       ```
   
 *  Thread Starter [snooper](https://wordpress.org/support/users/snooper/)
 * (@snooper)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/reverse-redirection-https-http/#post-6127789)
 * great, thank you

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

The topic ‘reverse redirection (https -> http)’ 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

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

 * 4 replies
 * 2 participants
 * Last reply from: [snooper](https://wordpress.org/support/users/snooper/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/reverse-redirection-https-http/#post-6127789)
 * Status: resolved