Site icon Hip-Hop Website Design and Development

How to log into WordPress admin in MAMP

New to MAMP, but had no issues with installation and viewing the WordPress site I pulled down from my server. However, can’t figure out to log into the admin side of my site. Here’s what I’ve tried, and the results:

Setting: Web Server > Document Root > Sites

  1. localhost:8888 = displays website with no issues

  2. http://localhost:8888/wp-admin/ = Not Found page

  3. Both localhost:8888/mysitename/wp-admin/ and http://localhost:8888/mysitename/wp-admin redirects to https://localhost:8888/mysitename/wp-admin/ then Secure Connection Failed An error occurred during a connection to localhost:8888. SSL
    received a record that exceeded the maximum permissible length.
    Error code: SSL_ERROR_RX_RECORD_TOO_LONG

Everything I’ve read makes it sound easier than this. What am I missing?