Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mra13

    (@mra13)

    Yeah, you should be able to. Are you a coder/developer?

    Thread Starter snooper

    (@snooper)

    i know the basics

    Plugin Author mra13

    (@mra13)

    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 ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    # END HTTPS Redirection Plugin

    Thread Starter snooper

    (@snooper)

    great, thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘reverse redirection (https -> http)’ is closed to new replies.