• 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 4 replies - 1 through 4 (of 4 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.ads-software.com?

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