Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Brandon Brigham
Brandon Brigham
3,716 Points

Setup WordPress site but now can't access login page

Hello,

So I migrated a site from Managed WordPress account with GoDaddy to a Reseller Account with HostGator and the site works fine on the front end and everything is good.

However when I try to log into the backend nothing happens:

http://rec-rentals.com/wp-admin http://rec-rentals.com/wp-login.php

Any ideas why this is happening?

1 Answer

Dale Severude
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Dale Severude
Full Stack JavaScript Techdegree Graduate 71,349 Points

Hey Brandon, Did you change the default password used when creating the site? I had the same issue and had to 1) change my password of my local site 2) download my database locally 3) ftp database to new site and 4) then was able to login to the back end. The password may be getting encrypted and needs to be regenerated for pasting into a different location. Hope this helps.