• I have suddenly started to get a 404 on all pages in my admin area. I have isolated this to the SSL Insecure Content Fixer. However, when I remove it as I am using a flexible SSL certificate from cloudflare, insecure scripts do not load.

    When I install and activate SSL Insecure Content Fixer, I get a 404 for all my back end pages. It may be something to do with the settings, but I can’t access them as I can’t access the back end.

    Can anyone help as I am effectively locked out of my site.

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

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

    (@webaware)

    G’day @druid75,

    Please add the following code to your wp-config.php file, near the top:

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

    You can then delete the plugin and should be able to access your admin.

    I can’t imagine why you’d be getting 404 errors with the plugin activated. Can you list the active plugins on your website please? It might be an interaction with one of them.

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘Suddenly Locked out (404) of admin area’ is closed to new replies.