Disable SSL if locked out WordPress

wp-config

Disable SSL if locked out WordPress
Administration Over SSL

Enable or disable force WordPress administration over SSL, there are two constants that you can define in your site’s wp-config.php file. Please see the follow example:

Solution

  • Login to your server (if you are on shared hosting then it would be your cPanel)
  • Go to htdocs or root location of your WordPress website
  • Edit wp-config.phpwp-config
  • You will notice following two lines where SSL is defined as true

Change that true to false so it should be like below.

force_ssl_adminfalse

4.7/5 - (3 votes)