• wizsupp

    (@wizsupp)


    Hi all,

    I have used a test link in our office domain and was able to login. After changing to the client’s domain, admin site cant be accessed anymore. They have their main site with us running on php.
    The sub-site shouldn’t have any connection to the php site since its not related to it, i mean, its not a multisite.
    I have created 2 databases already for this site since they have issues with their main site but not on our office domain.

    Code used were the following just to check if there’s any misconfiguration:
    UPDATE wp_options SET option_value = replace(option_value, ‘https://www.oldurl’, ‘https://www.newurl’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;

    UPDATE wp_posts SET guid = replace(guid, ‘https://www.oldurl’,’https://www.newurl’);

    UPDATE wp_posts SET post_content = replace(post_content, ‘https://www.oldurl’, ‘https://www.newurl’);

    UPDATE wp_postmeta SET meta_value = replace(meta_value,’https://www.oldurl’,’https://www.newurl’);

    Appreciate the reply.

    Thanks,
    Mark

Viewing 3 replies - 16 through 18 (of 18 total)
  • mdshak

    (@mdshak)

    Hi,
    After checking this. I would suggest to contact at Hosting provider about this issue.
    Thanks
    Mohammad

    Thread Starter wizsupp

    (@wizsupp)

    Hi,

    We had changed to the following.
    abc.com.sg A point to xxxxx.88
    https://www.abc.com.sg CNAME to abc.com.sg

    However the login page is still redirecting to itself. We had tried all sort of methods, but the login is still not accessible. Please help.

    Thread Starter wizsupp

    (@wizsupp)

    Hi,

    And I also realize that the login URL is as followed,
    xxx.edu.sg/blog/wp-login, missing of the .php extension.

    I look at other sites, it seem to have xxxx/wp-login.php.

    Please advise

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Can’t login to wordpress after changing domain name’ is closed to new replies.