The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Blank pages in AdminCP
Hello vB.org community,
I recently installed vBulletin 3.8.9 from scratch. When ever I save a setting or edit anything via the AdminCP, it gives me this message: "Settings Saved Successfully", but then after that message it reloads a blank page. The category's are still showing on the left but not the main content on the right. Also when I'm on the search Users page in the AdminCP, and I click any of the options it simply doesn't work... I have to open the link in a new tab for it to work. The two problems above seem to only happen when I force https using this in my .htaccess file: Code:
RewriteEngine On # This will enable the Rewrite capabilities RewriteCond %{HTTPS} !=on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] The AdmincCP seems to force https even when my .htaccess was removed. Any ideas on how to fix this so it all works fine? ha... Thank you. |
#2
|
||||
|
||||
Try this instead
Code:
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] |
#3
|
||||
|
||||
My forum is located on a sub domain...
But I did try what you suggested and it puts the forum in a redirect loop. |
#4
|
||||
|
||||
Code:
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://sub.domain.com/$1 [R,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|