After checking your URL I found that you maybe have a forced redirection to https
try disabling this and try again
Thread Starter
fifane
(@fifane)
How can I disable the forced redirection? I already changed the wp_options in database. But this didn’t work. I am able to access web page but not admin dashboard
Fix 1 :- Look for the siteurl and home entries and ensure they are both set to http://yourdomain.com.
Fix 2:- If you have access to your hosting control panel (like cPanel), you can edit the wp-config.php file directly from there.
Add the following lines to force your site to use HTTP:
define('WP_HOME', 'http://yourdomain.com'); define('WP_SITEURL', 'http://yourdomain.com');
Thread Starter
fifane
(@fifane)
Thanks so much!! How can I find out which hosting panel I used on WordPress.org?
I would highly suggest to contact your Hosting support and ask them if they can make the change for you. wp-config.php file is very sensitive file which can cause error if not handled properly.
Thread Starter
fifane
(@fifane)
Fix1 and Fix2 are all not working….
I think trial to update the wordpress version also could be the problem.
I tried to update the wordpress but it failed.
What should I do???