Thanks brother,
I tried that one earlier and I could not get on. I have to look at the rest of my htaccess.
I have decided to revert my main url's back to http for now.. Too many issues and some of them may be from Cloudflare. Thought I had this almost done but Chrome was giving me major issues.
As of right now my ads are using https as are other components though the main urls are still http.
PITA..
Thanks for the assistance bro
--------------- Added [DATE]1480630464[/DATE] at [TIME]1480630464[/TIME] ---------------
Quote:
Originally Posted by Dave
I also encountered problems in the AdminCP with HTTPS and Cloudflare. This is what I had to change:
/admincp/index.php look around line 495, and replace the $mainframe variable with
PHP Code:
$mainframe = "<frame src=\"" . str_replace("http://", "https://", iif(!empty($vbulletin->GPC['loc']) AND !preg_match('#^[a-z]+:#i', $vbulletin->GPC['loc']), create_full_url($vbulletin->GPC['loc']), "index.php?" . $vbulletin->session->vars['sessionurl'] . "do=home")) . "\" name=\"main\" scrolling=\"yes\" frameborder=\"0\" marginwidth=\"10\" marginheight=\"10\" border=\"no\" />\n";
|
I just posted before I saw this. Let me take a look and maybe this is what I need.
Thanks
--------------- Added [DATE]1480630717[/DATE] at [TIME]1480630717[/TIME] ---------------
Quote:
Originally Posted by Dave
I also encountered problems in the AdminCP with HTTPS and Cloudflare. This is what I had to change:
/admincp/index.php look around line 495, and replace the $mainframe variable with
PHP Code:
$mainframe = "<frame src=\"" . str_replace("http://", "https://", iif(!empty($vbulletin->GPC['loc']) AND !preg_match('#^[a-z]+:#i', $vbulletin->GPC['loc']), create_full_url($vbulletin->GPC['loc']), "index.php?" . $vbulletin->session->vars['sessionurl'] . "do=home")) . "\" name=\"main\" scrolling=\"yes\" frameborder=\"0\" marginwidth=\"10\" marginheight=\"10\" border=\"no\" />\n";
|
How did you have the Crypto page set on Cloudflare Dave?