• Elisa

    (@elisa-demonki)


    you must change in plugin line 348:

    
    return preg_replace( '#(http://.*?/)[.]*?' . SERVER_DOC_ROOT . '#', $protocol . $host . '/' , $url );
    

    in:

    
    return preg_replace( '#(https://.*?/)[.]*?' . SERVER_DOC_ROOT . '#', $protocol . $host . '/' , $url );
    

    Because with http doesnt work.

    Thank you! I like the plugin very much!

    • This topic was modified 4 years, 1 month ago by Elisa.
    • This topic was modified 4 years, 1 month ago by Elisa.
    • This topic was modified 4 years, 1 month ago by Elisa.
  • The topic ‘It works fine, but…’ is closed to new replies.