- This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago by Andrew Misplon.
- AuthorPosts
- January 22, 2017 at 10:27 pm #5795
fredriksegeranptParticipantHi, 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?
January 23, 2017 at 3:56 am #5796
Andrew MisplonKeymasterHi
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');
January 23, 2017 at 3:57 am #5797
Andrew MisplonKeymasterMost 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.
- AuthorPosts
You must be logged in to reply to this topic.