• I changed wordpress general settings from http to https and my site doesn’t work anymore.

    I changed two parameters: WordPress Address (URL) and Site Address (URL).
    How can I change that back from FTP because I can’t login to my site.
    My site URL: https://www.wiseoid.com

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have SQL access via your website managemnt login then you can use phpmyadmin to change these settings in the “_options” table.

    Otherwise you can add these lines to your “wp-config.php” file:

    define('WP_HOME','https://www.wiseoid.com');
    define('WP_SITEURL','https://www.wiseoid.com');

    Then you will be able to login and change your settings, then remove the special lines from wp-config

    Thread Starter virmodrosti

    (@virmodrosti)

    Done. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change wordpress general settings without login’ is closed to new replies.