Site URL / Database error
-
Hii,
I got an SSL Certificate for my website about a month ago, but I’m having some problems to get the url with the HTTPS instead of the HTTP, so today we tried by changing the site’s URL by adding the HTTPS instead of the HTTP, and it appeared to be working without a problem, but right now when I try to get into my website I get this error: Error establishing a database connection and if I try to access to my dashboard I get the same problem.
I tried to add this:
define(‘WP_HOME’,’http://www.riskmexico.com’);
define(‘WP_SITEURL’,’http://www.riskmexico.com’);to my wp-config file and add this to the functions:
update_option(‘siteurl’,’http://www.riskmexico.com’);
update_option(‘home’,’http://www.riskmexico.com’);but nothing happened. I also tried with the relocate method but it didn’t work. What else can I do? Please HELP!
The topic ‘Site URL / Database error’ is closed to new replies.