Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter michael_fcc

    (@michael_fcc)

    Ok so I found a solution:

    in /wp-content/plugins/w3-total-cache/inc/define.php edit around line 467

    return $url;

    to

    return "";

    This will ensure all css + js resources load as a protocol relative path (without the domain) so you can use mixed modes of http and https

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    The minify urls are changed on detection of SSL. Will look at adding protocall relative URLs to minify.

    Thread Starter michael_fcc

    (@michael_fcc)

    Thank you Fredrick!

    I look forward to this feature being implemented!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTTPS / HTTP Minify Protocol Specific URL’ is closed to new replies.