• Resolved cotozafotel

    (@cotozafotel)


    Hi!
    I did something stupid, I changed http to https in Settings-> General before making any chages to backend and it obviously crashed. How do I regain acces to /wp-admin? :/

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

Viewing 1 replies (of 1 total)
  • Thread Starter cotozafotel

    (@cotozafotel)

    After some sorting out I managed to get it right, so if anyone has this problem in the future You need to get to Your WordPress installation folder and find wp-config.php which will be loose wordpad editable file.
    Adding the code below to your wp-config.php file (next to other ‘define’ commands) helps:

    define(‘WP_HOME’,’http://your-site.com’);
    define(‘WP_SITEURL’,’http://your-site.com’);

    where your-site.com is Your domain off course.
    Cheers

    • This reply was modified 7 years, 10 months ago by cotozafotel.
Viewing 1 replies (of 1 total)

The topic ‘Site crashed after switching to https’ is closed to new replies.