Can not access admin panel
-
I am having serious trouble trying to solve this issue. When I try to log in to the admin panel of my wordpress website, I get redirected to localhost. I tried employing the methods found in Changing_The_Site_URL and Moving_Wordpress threads and still have not had any luck. I am really hoping that someone could provide help.
My site is http://4rmula.com/ and when I go to http://4rmula.com/wp-admin I am redirected to localhost. I am not sure what happened and maybe my attempt at editing the functions .php didnt help. This is the code I entered in functions.php
//FIXME: do comment/remove these hack lines. (once the database is updated)
update_option(‘siteurl’, ‘http://4rmula.com/’ );
update_option(‘home’, ‘http://4rmula.com/’ );This has not done anything for me.
I deleted the code and reuploaded the function.php without it. Please help, I’ve been trouble shooting for HOURS and have not made any progress.
The topic ‘Can not access admin panel’ is closed to new replies.