• Resolved 337soundandvision

    (@337soundandvision)


    My ISP migrated my sites to a new server. I saw this line of code in all pages captured in the super cache:

    <link rel=’stylesheet’ id=’wp-members-css’ href=’http://[old IP address]/wp-content/plugins/wp-members/css/wp-members.css?ver=3.5.1′ type=’text/css’ media=’all’ />

    How can I fix this so that this piece of code has the new IP address?

    http://wordpress.org/plugins/wp-members/

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Not sure why you would have an IP in there and not a domain/url, but my guess is that you are serving up cached info (since you mentioned using super cache). The plugin uses WP functions to determine paths and locations of certain elements, the default stylesheet included. In this case, it uses plugin_dir_url (unless you have specified a custom stylesheet in the plugin settings – but it doesn’t look like you have).

Viewing 1 replies (of 1 total)
  • The topic ‘Issue after migrating to another server’ is closed to new replies.