Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dgalassi

    (@dgalassi)

    There’s 76 pages total, and 98% need to be HTTPS. Which is why I’m trying to hand code the exceptions rather than list out 74 pages as HTTPS redirection.

    I’ve actually tried adding the page inside of the HTTPS Redirection Plugin snippet inside the HTACCESS File. see below how I tried to add the exception to the testpage there. I thought that would work, but its not working either.

    # BEGIN HTTPS Redirection Plugin
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteCond %{THE_REQUEST} !/testpage/
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    # END HTTPS Redirection Plugin

    Any updates on this? I have the same issue with the blank media screen. The files upload successfully into the media library – but the code to insert the image into the post isn’t being generated. I’ve tried disabling all my plugins with no success to getting this to work. I can say that it used to work with the same configuration not long ago. I updated to the latest version of WordPress and probably updated a few plugins as well (sorry to not remember the specifics, I work on a lot of websites – this, so far, is the only one with issues). Just wanted to know if there was any thing else that someone else found out that could work. I’m up for trying about anything right now. ??

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