Viewing 1 replies (of 1 total)
  • Hello,

    Do you have access to the mysql database that your blog is using? If so, make sure that your site and home url’s are set properly. You can run this following query directly on mysql or through phpmyadmin:

    update wp_options set option_value = ‘https://modernconcretesurfaces.net’ where option_name = ‘home’ or option_name = ’siteurl’;

    you’ll then see this:
    Query OK, 2 rows affected (0.04 sec)
    Rows matched: 2 Changed: 2 Warnings: 0

    then run this command:
    flush privileges;

    The command above will set your home and site url’s to https://modernconcretesurfaces.net in contrary to the .com domain, which should in turn clear the redirection issue when you attempt to log-in.

    If you do not have access to your mysql database, you can ask your hosting provider to ensure that your home and site urls are set appropriately. Hope this is helpful.

    [signature moderated Please read the Forum Rules]

Viewing 1 replies (of 1 total)
  • The topic ‘New Domain name, can’t log in’ is closed to new replies.