• Ban Sol

    (@indianspecialtea)


    Hello,

    After I changed my detected settings to the normal settings in my SSL insecure content fixer, I cannot open my website neither I can access my wp-admin panel.

    Now, I have tried changing the plugin name through FTP so i can disable the plugin to make it work but nothing is working.

    Let me know how can i fix this issue.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author webaware

    (@webaware)

    G’day Ban Sol,

    Your website must have required the setting you changed from. Was it HTTP_X_FORWARDED_PROTO? If it was, you can add these lines of code to your wp-config.php file near the top and it should fix the problem for you:

    if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && strtolower($_SERVER['HTTP_X_FORWARDED_PROTO']) === 'https') {
    	$_SERVER['HTTPS'] = 'on';
    }

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘how to get the access of wp-admin back?’ is closed to new replies.