Joomla 3 ERR_TOO_MANY_REDIRECTS ssl - dejurin/blog GitHub Wiki

/libraries/joomla/uri/uri.php

if (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']) && (strtolower($_SERVER['HTTPS']) != 'off')) { $https = 's://'; } else { $https = 's://'; }

⚠️ **GitHub.com Fallback** ⚠️