joehash
Member
Posted 3 years ago #
Hi,
I tried changing the address of my wordpress blog (www.print-free-greeting-cards.info) to blog.print-free-greeting-cards.com . For some reason, it didn't work. I get this page whenever I try to go to either address: http://blog.print-free-greeting-cards.com/
My main question is, how can I log back into my account? I've tried deleting the wordpress files and re-installing them, but that didn't work. I've tried going to http://www.print-free-greeting-cards.info/wp-login.php and that didn't work. How can I log into my WordPress so I can fix this?
Or is it possible to edit a certain file in order to stop the redirect from happening?
eRiQ Quaadgras
Member
Posted 3 years ago #
Joehash --
Adding " define('RELOCATE',true); "
in wp-config.php after the other define's
did the trick for me - !! Yay! ... Whooami rocks!
joehash
Member
Posted 3 years ago #
Ahh, thank you both.
The define('RELOCATE',true); coommand worked. Thank you.
kcolvin1
Member
Posted 2 years ago #
Thank you, thank you! We moved our blog to a new domain on GoDaddy and for two months have been trying to login. Nothing has worked. I did a search and found this, and VOILA, the
define('RELOCATE',true);
command worked for me too. I put it right in the wp-config.php file after all the other define's. WAHOO! Thank you!