Viewing 1 replies (of 1 total)
  • Thread Starter earthdog

    (@earthdog)

    I found the solution here

    The important stuff:

    Just below the line containing “RewriteEngine on”:

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ /wp-admin/ [R=301,L]
Viewing 1 replies (of 1 total)
  • The topic ‘Cant login to dashboard’ is closed to new replies.