• Resolved Mathijs

    (@mathijs-huis)


    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.

    https://ww.wp.xz.cn/plugins/adminimize/

Viewing 5 replies - 16 through 20 (of 20 total)
Viewing 5 replies - 16 through 20 (of 20 total)

The topic ‘Adminimize rewrites http url to https for all scripts/styles on IIS’ is closed to new replies.