Error 404 after trying to set Https
-
Hello all.
I hope somebody can help me.
I’ve worked on my friend’s website for the past two years. Last night I changed the website address from https:// to https:// on the general tab on WordPress without adding an SSL cert.
When I tried to re load the website I was greeted with the following error.
“HTTP Error 404. The requested resource is not found.”
So far I have tried the following:
1.) Disable themes
2.) Disable plug ins
3.) Reinstall word press
4.) Use a find and replace app to replace all https:// with https:// (not sure if this worked)5.) Go into Wp-config.php in root directy and add the following lines. Save and try the page again.
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);I have FTP access and I’ve just installed myphpadmin. I don’t have SSH access but I’m working with my host to get this.
If I buy a SSL cert will that fix my issue?Any help would be appreciated!
The page I need help with: [log in to see the link]
- The topic ‘Error 404 after trying to set Https’ is closed to new replies.