Adminimize rewrites http url to https for all scripts/styles on IIS
-
Hi,
After upgrading to the latest version of Adminimize (1.9.0) some sites failed to load css / js. This was due to the fact that Adminimize rewrites http url’s to https (for all the registered scripts/styles?)
After comparing both versions I traced it down to inc-setup/helping_hands.php where a check for https is implemented:
if ( ! empty( $_SERVER[ 'HTTPS' ] ) ) {This is not working on Windows hosts with IIS where the value will be “off” when https is *not* enabled.
Is it possible to include a check for this situation?
Mathijs.
The topic ‘Adminimize rewrites http url to https for all scripts/styles on IIS’ is closed to new replies.