• Hi!

    It seems like I got locked out from the wordpress dashboard after I installed “really simple ssl” plugin. I can’t login with any of the accounts. I deleted the plugin with FTP but I still cant access dashboard.
    What happened, can somebody help me with this?

    Thanks!

    • This topic was modified 4 years, 4 months ago by kirakorok.
    • This topic was modified 4 years, 4 months ago by kirakorok.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s fine from my side. Have you checked this with another browser? GoDaddy SSL is serving your backend right now though frontend seems broken. Please use another browser, if you still facing the same issue tell us more.

    Thread Starter kirakorok

    (@kirakorok)

    Oh thanks for the reply, I can access with another browser! Do I have to anything with the SSL or is it still working although I have deleted the plugin?

    Clearing your browser cache will solve this matter. You can re-install the plugin or can configure the SSL through .htaccess file. Add this code on .htaccess and your problem will be solved for good.

        RewriteEngine On 
        RewriteCond %{HTTPS} off 
        RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    
    Thread Starter kirakorok

    (@kirakorok)

    Thanks! I’ve cleared the browser cache and added this code, but I still can’t access the dashboard – I’ve tried it with different browsers and different computers and only 1 worked so far. What could be the problem?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t access dashboard after SSL plugin install’ is closed to new replies.