Hi, when I was working on my page (www.dailywod.se) I accidentally saved the changes of the URL from http:// to https:// and now I can’t reach my page… AT ALL. I read that one should go to mySQL and change the page URL and name back to http:// so I did that. But now I still can’t se the page and when I try to log on to the http://www.dalywod.se/wp-admin I get a message that they can’t reach my database… What do I do?
cant reach my page!
fredriksegeranpt Jan 22, 2017 · 10:27 pm #5795
Hi
Sorry to hear about this. I would have recommended trying to change the WordPress URL and Site URL in config.php first. You can perhaps still try that.
See: https://codex.wordpress.org/Changing_The_Site_URL, see the wp-config.php section.
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');Most hosts keep site backups for a week. Another option would be to contact your hosts and request a roll back to the closest point to when the problem happened.
3 posts