I know this question is asked many times here. But none of the answers solved my problem.
When I try to log-in to my site through wordpress-admin, like this, mysite.com/wp-admin
it gives me the error “This webpage has a redirect loop”.
And Show 414 Request-URI Too Large
one conclusion I came to, is, there is no problem with plugins. I tried changing the plugins directory name. It doesn’t work.
I tried changing file permissions. It doesn’t work.
Added the following code to .htaccess file
RewriteBase /
RewriteRule /wp-admin/ /wp-admin/index.php [L,P]
It too doesn’t work for me.
Please help me. What else can I do? Can anyone give me suggestions?