WordPress- url for localhost wp-admin is not working

If you can’t get to your admin page then you will have to use a database tool to check this.

In a database tool (phpMyAdmin will work) enter this:

select * from wp_options where option_name='siteurl' or option_name='home';

These are the 2 places that WordPress stores your URL. See if either of them have /home/ in it. If so, correct it and it should fix the problem.

Cheers!

=C=

Leave a Comment