It works fine, but…
-
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!
- The topic ‘It works fine, but…’ is closed to new replies.