![]() |
How correct redirect access that are causing Let's Encrypt to not secure my forum?
Hi everyone!
I have successfully installed Let's Encrypt SSL certificates on my server after going though some issues. You can view my issues being treated by their awesome team in there official site:https://community.letsencrypt.org/t/...or-alias/26136 Problem is that my website, which is a vBulletin Forum due to some issue is not applying the security to it! Here is what I was told: The "problem" here is that you have a redirect/rewrite rule redirecting https to http, pay attention to below output from your server, you will see a Location header redirecting https://www.iforumelite.com to http://www.iforumelite.com/forum.php...f927f5d848aa88 He mentioned: Note: The redirect/rewrite rule could be in your apache conf, on .htaccess files used by your site or even the forum that you are using could be redirecting it. I checked all of it and found nothing. Here is my .htaccess file for the site in question: Code:
RewriteEngine on If I simply type it out in the browser www.iforumelite.com it will land in a none-secure page. This is so frustrating. I have the rewrite on my .htaccess file: RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.iforumelite.com/$1 [R=301,L] I configured the site name and configuration. Some pages still appear as HTTPS secure while other partially: Example: https://www.iforumelite.com/content....e-contratacoes Loads with https but shows not secure Shows fine with https like most: https://www.iforumelite.com/forum.php but then: https://www.iforumelite.com/content.php is not secure.. Any help! I've read everywhere... And Ive read this too: https://www.vbulletin.com/forum/arti...forum-to-https But it does not work fix anything.. i already did all steps in there as you can all see.. I don't know what other details to include in order to get help. |
Make a copy of your htaccess file for safety and try the following rewrite
Code:
RewriteEngine On |
Quote:
Two different technical team of server, give me this RewriteCond %{HTTPS} off What is the correct? off or on ? as you give. RewriteCond %{HTTPS} !=on or it does not matter? EDIT: !on is the same with off (!) |
All times are GMT. The time now is 08:56 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|