Running 3.2 & just switched over to HTTPS but seem to have an issue...

Converting from other board software? Good decision! Need help? Have a question about a convertor? Wish to offer a convertor package? Post here.
Macko
Registered User
Posts: 45
Joined: Fri Jun 03, 2016 8:38 pm
Location: Online
Name: Mac Ko

Running 3.2 & just switched over to HTTPS but seem to have an issue...

Post by Macko »

Hi everyone!

Long story short, we just updating our 3.2 phpBB forum from http to HTTPS, and for some strange reason it seems that the phpBB software has started only counting a few guests.

We would almost always have at least 700-1000+ online right now, but it shows about 250, and even a lot less a short while ago.

Now I know you're probably thinking that maybe we really do only have 250 online, but considering we just did some social shares on Facebook, it's almost impossible that only 250 could have visited our site within the past 3 hours, which is what we have our stats set to show.

We also have CloudFlare, just in case that makes a difference.

Is there anyone out there who might know what's causing most of our traffic not to show up on our forum stats?

**solicitation removed**

Many thanks!
Last edited by JimA on Mon Jun 19, 2017 12:07 pm, edited 1 time in total.
Reason: Removed prohibited solicitation statement, please review this rule: https://www.phpbb.com/rules/#spam
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: Running 3.2 & just switched over to HTTPS but seem to have an issue...

Post by 3Di »

Follow this FREE tutorial, no need to pay.

https://3di.space/32/viewtopic.php?f=9&t=36
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Macko
Registered User
Posts: 45
Joined: Fri Jun 03, 2016 8:38 pm
Location: Online
Name: Mac Ko

Re: Running 3.2 & just switched over to HTTPS but seem to have an issue...

Post by Macko »

3Di wrote: Mon Jun 19, 2017 9:31 am Follow this FREE tutorial, no need to pay.

https://3di.space/32/viewtopic.php?f=9&t=36
Excellent, thanks! I will send this to the Developer who did the work so that he can check those steps. Sorry, I'd do it myself, but lines of codes, etc, is just not something I'm even allowed to touch on my forum, lol.
Macko
Registered User
Posts: 45
Joined: Fri Jun 03, 2016 8:38 pm
Location: Online
Name: Mac Ko

Re: Running 3.2 & just switched over to HTTPS but seem to have an issue...

Post by Macko »

Also, my friend who helped, the developer who actually did it, and the guide you linked to all have slightly different codes in the htaccess file. Is the one in the guide the one and only that's correct, and should we switch it?

Line 3, the first bit after 'RewriteRule' is different in all 3 variations:

the guide you posted: ^.*$ https
the one our dev used: ^/?(.*) https
the one my friend suggested: (.*) https

Are the ones from my friend and also the one our dev used incorrect and need to be changed?

Thanks.
User avatar
Toxyy
Registered User
Posts: 966
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek

Re: Running 3.2 & just switched over to HTTPS but seem to have an issue...

Post by Toxyy »

On a board I'm developing, adding these 3 lines to .htaccess did the trick for me, forces your forum to use https:

Code: Select all

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://YOURURL.COM%{REQUEST_URI} [R,L]
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!

Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
Macko
Registered User
Posts: 45
Joined: Fri Jun 03, 2016 8:38 pm
Location: Online
Name: Mac Ko

Re: Running 3.2 & just switched over to HTTPS but seem to have an issue...

Post by Macko »

Thanks, everyone!! SORTED!!!
Macko
Registered User
Posts: 45
Joined: Fri Jun 03, 2016 8:38 pm
Location: Online
Name: Mac Ko

Re: Running 3.2 & just switched over to HTTPS but seem to have an issue...

Post by Macko »

Toxyy wrote: Fri Jun 23, 2017 5:11 am On a board I'm developing, adding these 3 lines to .htaccess did the trick for me, forces your forum to use https:

Code: Select all

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://YOURURL.COM%{REQUEST_URI} [R,L]
If you want the $5 of Bitcoin (just for fun), let me know! I appreciate the responses!
Macko
Registered User
Posts: 45
Joined: Fri Jun 03, 2016 8:38 pm
Location: Online
Name: Mac Ko

Re: Running 3.2 & just switched over to HTTPS but seem to have an issue...

Post by Macko »

Sorry, solicitation removed! I was just doing it for fun, and apologies for not realizing that! Thanks phpBB community!

Return to “[3.2.x] Convertors”