• After changing http -> https -> http, I cannot access admin dashboard.

    Also I cannot access the server by ftp or ssh.

    What should i do?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Sarthak Nagoshe

    (@sarthaknagoshe2002)

    Fix 1 :- Look for the siteurl and home entries and ensure they are both set to https://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', 'https://yourdomain.com'); define('WP_SITEURL', 'https://yourdomain.com');


      Thread Starter fifane

      (@fifane)

      Thanks so much!! How can I find out which hosting panel I used on www.remarpro.com?

      Moin Uddin Ahmed

      (@moinrrahmed)

      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???

    Viewing 6 replies - 1 through 6 (of 6 total)
    • You must be logged in to reply to this topic.