Hi, thank you for reporting this.
Can you also confirm that you have not updated any other plugins or your theme? Has there been any changes to your server or .htaccess file?
Hello.
Same also in our website. https://thirdteam.org/
When you go /SERVICES, it will redirect your url to http.
And the image in /STORY is not displayed via https but when you change to http it shows. I’ve read it’s something srcset.
The plugin helps a lot. Really.
Thanks 🙂
@jameslem I just tested your site and clicked on Services and it did redirect to https:// for me. So I can confirm that it is working for me. Make sure that you delete the browser cache. You might also want to test a different browser as well.
Thank you
@mbrsolution
To confirm, my plugin is up to date as well as my theme. As for my .htaccess, it looks like this:
# BEGIN HTTPS Redirection Plugin
# END HTTPS Redirection Plugin
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
After I posted my original post, I updated my site and made all my navigation custom links since the plugin doesn’t work for the navigation bar to send people back to http instead of https.
Thank you
@fernandolawl so does your site work correctly now that you have updated the custom links?
Can you share your URL and point to your custom links so that I can check.
Thank you
Hello @mbrsolution
My site works correctly now because I uninstalled the plugin and updated ALL my links as custom links. The URL is the same as my original post http://tinyurl.com/zmz65wg. Of course, this is not practical because it forces me to make a custom link every time for my menu navigation now.
Before, when I had the plugin working properly, I did not have to make each link in my navigation a custom link. The plugin used to redirect users to the https contact page and all other pages to the http via the settings.
Thank you
Thank you for reporting back. One of the plugin developers will check your issue further.
Thank you
@mbrsolution yeah. I just need to manually change all the insecure http request to https.
http://prntscr.com/a1qwxm
But is there a way for this?
http://prntscr.com/a1qx06
There’s are still other pages that are not in green lock https because of the insecure request.
Thanks Man. Great help.
@jameslem can you share with me which pages are not https:// secure? I will check on my browser.
Thank you
Looks like your htaccess file has no rules from this plugin. Without any rules in the .htaccess file, it can’t do anything HTTPS redirection.
Does the .htaccess file always fail to update when you enable options in the plugin settings?
@mra13
I was reading previous support threads here and found one that said to delete the code between # BEGIN HTTPS Redirection Plugin and # END HTTPS Redirection Plugin in my .htaccess. So that’s what I did. It did not make a difference.
However, I have not seen the .htaccess file update automatically ever since the problems started. If you would like me to add in some code there, please let me know what to put in between # BEGIN HTTPS Redirection Plugin and # END HTTPS Redirection Plugin and I will test it.
Thank you
Hi!
I have the same problem.
I set the plugin to have only one page with https (booking-confirm).
But when I am in that page, all the navigation links take me to the other pages as https, not as http as I want.
Is there a way to avoid this changing the .htaccess file?
And not recreating the navigation with custom links…
I have actually this in my .htaccess file:
# BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} booking-confirm
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Redirection Plugin
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /bb/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /bb/index.php [L]
</IfModule>
# END WordPress
AddHandler application/x-httpd-php54 .php .php5 .php4 .php3
Note that /bb is where my wordpress installation is now and points to because it has not been released.
Waiting for your kind reply,
thanks
@anthos let me see if I get this correct from your comment below.
I set the plugin to have only one page with https (booking-confirm).
But when I am in that page, all the navigation links take me to the other pages as https,
Is your Booking confirm page https? If it is then the plugin is doing it’s job correctly.
Is your Booking confirm page https? If it is then the plugin is doing it’s job correctly.
Yes mbrsolution, it’s correct.
But is there a way not to have the other pages https?
Probably it’s something opposite to what this plugin do.
Do I need anoter plugin to do that or could you suggest me something to add to the .htaccess file?
Thanks you
@anthos did you enabled the following option Force resources to use HTTPS URL. in the plugin.
If you did can you disable that option.