• Hi!

    It seems like I can’t access my wordpress dashboard after I installed “really simple ssl” plugin. The site seems to be up but I can’t access the dashboard.

    I deleted the plugin with FTP and added the following code to my .htaccess but I still have the same issue. I’ve tried to log in with different browsers and different computers but so far only chrome on mac seems to be working.

    Can someone help me with this issue? Thanks a lot!

    RewriteEngine On 
        RewriteCond %{HTTPS} off 
        RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    • This topic was modified 4 years, 3 months ago by kirakorok.

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

Viewing 1 replies (of 1 total)
  • Hi @kirakorok,

    I notice your thread is marked as not resolved, so I will attempt to assist you. Sorry to hear that you are having trouble.

    Please could you edit your .htaccess file through FTP to match the basic WP .htaccess file as outlined here?

    Please let us know whether that helps. Look forward to hearing!

    Kind Regards,
    Tim

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t access WordPress dashboard’ is closed to new replies.