WordPress Configuraiton File Needs Update After Let's Encrypt is Installed

Please fill out the fields below so we can help you better.

My domain is: a-aautorepairs.com

I ran this command: I used SSLforFree.com

It produced this output:

My operating system is (include version): OsX 10.10.5

My web server is (include version): linux

My hosting provider, if applicable, is: JeffKing.com

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): 58.0 (build 47)

I cannot access my wp-login.php now due to security errors. I removed the SSL from cPanel and SSLforFree.com. I do not know what else to do to gain access to my site.

Any insight would be greatly appreciated. Thank you.

Andrei

Open the file: /wp-config.php
Add the following code:

$home = 'https://'.$_SERVER['HTTP_HOST'];
$siteurl = 'https://'.$_SERVER['HTTP_HOST'];
define('WP_HOME', $home);
define('WP_SITEURL', $siteurl);

Try to be normal

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.