Forums

URLs from host has messed up all our websites. Help! (5 posts)

  1. Wayne
    Member
    Posted 5 months ago #

    I have a problem, most of our sites have gone ti*s up, the reason for this is sometime this morning our web hosts have altered something, not sure what yet, they wont tell me. In the mean time can anyone help?

    All websites that have the problem were set up in the genral area as follows:

    Site address: actual domain name
    WordPress address: accountname.users62.donhost.co.uk/wp-login.php

    Its appears that anything at the wordpress address is no longer accessible, so this were I cant figure out what to do as yet.

    I was thinking to do the following but don't want to jump in in case I am wrong:

    1. Rename the copy in the exported database to the actual domain instead of the users62.donhost etc etc.

    2. Delete the old SQL DB and import the new above

    3. Login to wordpress and change the site & wordpress addresss to the actual domain.

    Any help would be great, I am not a developer so please be patient.

  2. Jonas Grumby
    Member
    Posted 5 months ago #

    Try actual-domain-name/wp-login.php

  3. Wayne
    Member
    Posted 5 months ago #

    Hi Jonas,

    Tried that but the password wont work, I have done this as well but all images are missing?

    define('WP_HOME','http://example.com');
    define('WP_SITEURL','http://example.com');

  4. Wayne
    Member
    Posted 5 months ago #

    Can anyone else help with this? Thanks.

  5. Rev. Voodoo
    Volunteer Moderator
    Posted 5 months ago #

    URLs to images get saved in the DB with a hardcoded URL

    So, if you change the site url in settings (or as you did in the code), this doesn't affect the images

    Those all need manually changed in the DB,
    http://wordpress.org/extend/plugins/search-and-replace/

    Usually does a good job with that

Reply

You must log in to post.

About this Topic