What happened to the WordPress dashboard?

I installed MAMP on my system, installed WordPress, installed a theme and customized it and everything worked great. However, when I started MAMP today it does not take me to the WordPress dashboard, but rather directly to the website itself.

If someone can help me resolve this so I can gain access back to my dashboard, it would be very much appreciated.

Thanks

1 Answer
1

Navigate to http://yoursite.dev/wp-admin

If you are still getting redirected to the main site check your database, MAMP I beleive comes with PHPmyAdmin, login to that and check your SITE_URL in the WP_OPTIONS table and then check the WP_USERS table to see if your user account is still registered as an admin.

Leave a Comment