Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi did you resolve this issue?

    Hello, I have the same problem. I setup several pages to use https and need to find a way to force non https enabled pages to revert back to http. I was gonna start a thread, but this is the same problem I need to address. Other than that the plugin seems to work great on 4.4. I found the following code that might work, but the force to http needs to be set for every page other than those with ssl. I was hoping for something simpler.

    # Forcing HTTP
    RewriteCond %{HTTPS} =on [OR]
    RewriteCond %{SERVER_PORT} 443
    # Pages to Apply
    RewriteCond %{REQUEST_URI} ^something_public [OR]
    RewriteCond %{REQUEST_URI} ^something_else_public
    RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
    Plugin Support mbrsolution

    (@mbrsolution)

    @cerebro420 have you contacted your host about this issue? This plugin does not force any page to load as https unless you specify it in the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Non-SSL pages not reverting back to http’ is closed to new replies.