Are you a new blogger on WordPress who has made the mistake of changing your website’s URL in WordPress and is now unable to access your site’s WordPress dashboard?
In this post, I’ll show you how to regain access to your WordPress site’s backend after changing it on your site.
I’ll share the solution to this common problem, so let’s get started.
What Is A WordPress Admin URL?
A WordPress admin URL is a web address that allows users to access the backend of their WordPress website, where they can manage content, install plugins, and make site changes.
The admin URL typically ends with “/wp-admin” and can be accessed by logging in with the appropriate credentials.
This is What Happens When the WordPress URL Is Changed
Here is the WordPress address (URL) and Site Address (URL) on your WordPress dashboard.

When you change the WordPress address and Site Address URL on this page.

And then Save Changes.

You can’t access WordPress admin. The WordPress URL must match your domain name.

Here is the front end of this WordPress website. I can’t access my WordPress blog.

How To Access WordPress Step By Step
Step One – Log In To Your Hosting Cpanel Account
When you purchase hosting, you get a link to your WordPress hosting Cpanel.
I received this email when I bought hosting from Hostgator for my WordPress blog.

Here is the login page for my WordPress website.

Here is the Cpanel dashboard for my WordPress site. Most hosting companies have a control panel similar to this.
The Cpanel gives access to your WordPress files for your site.

Step Two – Go To Phpmyadmin
Type phpmyadmin into the search. Or scroll to Databases.

Click the phpMyAdmin icon.

phpMyAdmin gives you access to your WordPress website’s database.
Your database is essential for your website. Making changes here could break your WordPress site.

I recommend backing up your WordPress website before you make a change to the database.
Should you break your WordPress website, use the backup to restore it.
Step Three – Open Your WordPress Blog’s Database
When you have more than one database. Find the database for the WordPress site that has the error.
Click on the plus icon next to the database name.

Click wp_options.

View the SiteURL and Home details to confirm you have the correct WordPress database.

Here is the database for my WordPress website. I know this is the correct database for my WordPress website.

Step Four – Change The Database URLs
Click Edit.

Type the correct WordPress URL for your website. I corrected this from newblogrone to newblogr.

Click Go to save your changes.

Complete the same steps for Home.
Siteurl and Home are updated.

Step Five – Refresh Your WordPress Admin Page And Website
Return to your WordPress admin page and refresh the page.
Here is my WordPress admin page.

I can access WordPress admin.

Here is the front end of the same WordPress website.

Frequently Asked Questions
What Happens If I Accidentally Change My WordPress URL?
If you accidentally change your WordPress URL, you may experience problems accessing your website and its content.
The WordPress URL is to identify and access your website, and changing it can cause the website to become inaccessible.
In some cases, you may recover from this by restoring your WordPress URL to its original value.
However, if you can’t do this, you may need to restore your website from a backup.
It is essential to be careful when changing your WordPress URL and to make sure you have a backup of your website before making any changes.
Why Can’t I Get Into My WordPress Admin?
There are a few potential reasons you might not be able to access your WordPress admin area. Some possible causes are:
Incorrect login credentials
If you can’t log in to your WordPress admin area, are you using the wrong username or password?
Ensure you have the correct login information, and try resetting your password if necessary.
Website downtime
If your website is down or experiencing technical issues, you may not be able to access the WordPress admin area.
You will need to wait for the website to come back online before logging in.
Plugin or theme conflicts
If you have recently installed a new plugin or theme, it may cause a problem with your WordPress admin area.
You may need to deactivate the plugin or theme to access your admin.
Browser or cache issues
Sometimes, browser or cache issues can prevent you from accessing your WordPress admin area.
Try clearing your browser cache and cookies. Or use a different web browser to see if that helps.
Overall, there are several reasons you might not be able to access your WordPress admin.
If you can’t log in, try troubleshooting the issue by checking your login credentials, website downtime, and any plugin or theme conflicts.
Can I recover a lost login password for my WordPress site?
Yes, you can recover a lost login password by clicking on the “Lost your password?” link on the WordPress login page and following the steps to reset your password.
How do I disable conflicting plugins that prevent me from accessing my WordPress admin dashboard?
You can temporarily disable all plugins by accessing your site’s files via FTP or cPanel and renaming the “plugins” folder.
This will deactivate all plugins, and you can reactivate them one by one to find the conflicting plugin.
What should I do if server issues are causing the login problem?
If you suspect server issues are causing the login problem, contact your hosting provider’s support team for assistance.
They can help you identify and resolve any server issues causing the login problem.
How can I edit the wp-config.php file to reset the URL and resolve login issues?
You can edit the wp-config.php file by accessing your site’s files via FTP or cPanel and locating the wp-config.php file.
You can then add the following code to reset the WordPress URL:
define('WP_HOME','http://yournewdomain.com');
define('WP_SITEURL','http://yournewdomain.com');
Is there a way to prevent this issue from happening again in the future?
Yes, you can prevent this issue by following best practices, such as taking a backup of your site before making any changes, using a child theme instead of modifying the parent theme directly, and testing changes on a staging site before making them live.
Conclusion
In conclusion, changing the URL of your WordPress site can be a tricky process, and it’s not uncommon to experience WordPress login issues afterward.
However, with the troubleshooting steps outlined in this post, you can quickly regain access to your WordPress site’s backend and get back to managing your content.
Verify your WordPress login credentials, disable conflicting plugins, and check for server issues.
If all else fails, you can try more advanced troubleshooting steps like editing the wp-config.php file or changing your site’s database.
But the best way to prevent WordPress login issues in the first place is to follow best practices, such as taking backups before making any changes, using a child theme, and testing changes on a staging site.
By doing so, you can avoid potential WordPress login issues and ensure the smooth operation of your WordPress site.
Visit my How to Find A WordPress Sitemap article to learn how to find the sitemap on your website.
Alternatively, you can edit your site’s wp_config file. Check out my How to Recover Your WordPress Site After a URL Change article to learn more.
I hope you found my article informative. If you have any questions, please leave them in the comments. I check my account daily.

John is the founder of Newblogr.com and has a background in retail and travel. However, his true passion lies in building WordPress websites and mastering the art of SEO. He is committed to helping new bloggers build successful websites. John hopes to inspire and empower bloggers to reach their goals. Need a website today? Contact me at [email protected].
Leave a Reply