Can’t access WordPress dashboard after SSL plugin installation
-
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]
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can’t access WordPress dashboard after SSL plugin installation’ is closed to new replies.