• Hi all

    I’ve moved WP to an internal testing server.

    Everything works, except the RevSlider plugin.

    Viewing generated HTML source reveals that RevSlider is “copying” the site URL three times over and then trying to reference that to find its .css files.

    E.g. this is the reference used by RevSlider to try and find its settings.css file:

    <link rel=’stylesheet’ id=’rs-plugin-settings-css’ href=’https://192.168.0.1192.168.0.1192.168.0.1/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.2.6&#8242;; type=’text/css’ media=’all’ />

    Note the mangled server IP – it is supposed to be

    <link rel=’stylesheet’ id=’rs-plugin-settings-css’ href=’https://192.168.0.1/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.2.6&#8242;; type=’text/css’ media=’all’ />

    If I reference the above URL manually in a browser I see the contents of settings.css.

    How can I get Revslider to not in triplicate reference a concatenated copy of the site URL / IP but just reference the IP 192.168.0.1 instead of 192.168.0.1192.168.0.1192.168.0.1?

    The rest of the WP frontend is working fine on my testing server.

    Thanks!

    • This topic was modified 5 years, 2 months ago by rylan76.
  • The topic ‘RevSlider mangling site URL after move’ is closed to new replies.