• Resolved nickykou

    (@nickykou)


    I was working on my domain name recently.
    the provisional problem is: domain not working without www. everything else is just working fine.

    Then I start my googling. I found someone said change the site url will make it work. So I go to General-wordpress url and change https://abc.com from https://www,abc.com. leave website url to https://www.abc.com without any changes.

    then, I try to access website without wwww. but it’s not working, even the domain with www is not working either.

    so I go back to the admin page that I modified(at that stage, the admin page already shows blank. so I go back to the Tab which I changed url on chorme, because I believe it cached, then, change the wordpress url to https://www.abc.com)

    Now the home page, post page are all working.
    but wp-admin page shows blank.

    Please help….

Viewing 5 replies - 1 through 5 (of 5 total)
  • Change the urls back. See Changing_The_Site_URL for details of how to do this.

    Thread Starter nickykou

    (@nickykou)

    Hi esmi, Thanks for your responses. I have tried, url definitely changed. I can get the admin logon page, but it shows blank when I type in my credential, and enter logon.

    What did you change the urls to? What method did you use? And what was the original url?

    Thread Starter nickykou

    (@nickykou)

    Thanks for your post. my issues has been fixed.
    I have tried to doing something in wp-config before. but it didn’t work.
    However, I go through php database, and change the siteurl, and go back to my admin page. change the wordpress url back to http:www.abc.com
    finally, add the following codes to .htaccess

    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} !^www.abc.com$ [NC]
    RewriteRule ^(.*)$ https://www.abc.com/$1 [L,R=301]

    now everything is working.

    Thread Starter nickykou

    (@nickykou)

    Resolved. Thanks guys

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘admin page not working after changed site url’ is closed to new replies.