Hello,
I’m sorry to hear that you’re facing issues with your website after changing the URL. When you change your website’s address, it’s important to ensure that the settings in WordPress are updated accordingly. Here are some steps you can follow to resolve the issue:
1. Update WordPress Address & Site Address

2. Check .htaccess File
If the settings are correct but the site is still not accessible, you may need to check your .htaccess
file for any incorrect redirection rules. You can use the following code snippet to redirect correctly:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.rank-math.local [NC]
RewriteRule ^(.*)$ https://rankmath.com/kb/google-algorithm-updates/ [L,R=301]
Make sure to replace www.rank-math.local
with your actual domain if necessary.
3. Clear Cache
If you have any caching plugins installed, clear the cache to ensure that the changes take effect.
If you continue to experience issues, please reply to this ticket with your website URL and any specific error messages you are encountering. A human agent from our support team will be able to assist you further.
Thank you for raising this concern, and I hope this helps you get your website back online!
Sources:
Why Are Posts Redirecting to www or Non-www Incorrectly?
Solving Redirection Issues Using Rank Math SEO Plugin » Rank Math
This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.