The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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] |
#2
|
|||
|
|||
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. |
#3
|
||||
|
||||
Yep did that also. Any other ideas? We can't seem to figure this one out.
|
#4
|
|||
|
|||
Does it work without those .htaccess rules in place?
|
#5
|
||||
|
||||
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.
|
#6
|
|||
|
|||
What if you add the following above the "RewriteRule" line:
HTML Code:
RewriteCond %{REQUEST_URI} !/mobiquo/ |
Благодарность от: | ||
MarkFL |
#8
|
|||
|
|||
No problem.
|
#9
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|