vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   HTTPS:// Error on Tapatalk (https://vborg.vbsupport.ru/showthread.php?t=322468)

I.G.O.T.A. 04-26-2016 08:24 PM

HTTPS:// Error on Tapatalk
 
So we're starting to move over our forums to https://. When we add the code below with a .htaccess file everything works on the desktop version, but Tapatalk then stops. Anyone see that before or have any idea how to fix it?

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Dave 04-26-2016 08:27 PM

I assume you also changed your forum to use https at the URL options? Not just .htaccess?
It probably happens because Tapatalk doesn't handle a 301 redirect properly.

I.G.O.T.A. 04-26-2016 08:34 PM

Quote:

Originally Posted by Dave (Post 2569674)
I assume you also changed your forum to use https at the URL options? Not just .htaccess?
It probably happens because Tapatalk doesn't handle a 301 redirect properly.

Yep did that also. Any other ideas? We can't seem to figure this one out.

Dave 04-26-2016 08:38 PM

Does it work without those .htaccess rules in place?

I.G.O.T.A. 04-26-2016 08:41 PM

Quote:

Originally Posted by Dave (Post 2569676)
Does it work without those .htaccess rules in place?

Yes, Tapatalk does, but then the forum has some links that need to be forced and changed to https:// and that would take us a long time to find each one.

Dave 04-26-2016 08:47 PM

What if you add the following above the "RewriteRule" line:
HTML Code:

RewriteCond %{REQUEST_URI} !/mobiquo/
I believe TapaTalk makes use of PHP files in the mobiquo folder so this should ignore redirects of requests to files in that folder.

I.G.O.T.A. 04-26-2016 08:52 PM

Quote:

Originally Posted by Dave (Post 2569678)
What if you add the following above the "RewriteRule" line:
HTML Code:

RewriteCond %{REQUEST_URI} !/mobiquo/
I believe TapaTalk makes use of PHP files in the mobiquo folder so this should ignore redirects of requests to files in that folder.

BINGO! Awesome, thanks Dave!!! It now works again, lol.

Dave 04-26-2016 08:54 PM

No problem. :D

I.G.O.T.A. 04-26-2016 08:55 PM

Quote:

Originally Posted by Dave (Post 2569680)
No problem. :D

I should have known better, lol. Thanks again pal!!!


All times are GMT. The time now is 01:09 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
  • Page Generation 0.01877 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete