Login problem
-
Hello I’ve got a big problem here, I cannot login into my account and I have no idea why because I havent done anything special last time I was doing it sucessfully. Below is a printscreen of what happends when I try to enter site’s /wp-admin part.
https://postimg.org/image/3rckmdt37/
I have also unchanged .htaccess file that goes something like this below:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressDo you know what to do because I cannot change anything in my site…
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Login problem’ is closed to new replies.