Drupal

Submitted by code_admin on Tue, 09/25/2018 - 10:13

Drupal 8

Find version from file:
Look in
drupal-8.6.1\core\lib
for

  1.   const VERSION = '8.6.1';

Update behind kong - edit update.php to start with:

  1. if (isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) &&
  2.    $_SERVER["HTTP_X_FORWARDED_PROTO"] == "https") {
  3.     $_SERVER['HTTPS'] = 'on';
  4.    }
RJM Article Type
Quick Reference