Not sure if it’s coincidence, but I added an SSL to my site and now I can’t log in (just does it’s little shake with red error labels on the fields). I’m using the following in my htaccess:
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ https://www.%1%{REQUEST_URI} [L,NE,R=301]
I’ve read in some old docs for v2 to add ‘c::set(‘ssl’, true);’ to the config file, which i’ve tried, but no luck, and not sure if it’s relevant for v3.
Failing that, if I remove the user folder as suggested elsewhere then I’m told it needs to be done locally. Is there a way of creating a new user account on a public server with access to the panel?