Replies: 1
Hello,
I cant login to my website via wp-admin…everytime its redirected to wp-login.
I tried this:
Clear you cookies - Clear your local browser cookies (follow instructions for whatever browser you are using.
Deactivate All Plugins - Rename /wp-content/plugins/ directory to plugins_OLD
Revert Back to the Default Theme - Go to /wp-content/themes/ directory and rename your current theme directory to anything (like theme_OLD).
"Delete" .htaccess File - Again using FTP software, rename this to .htaccess_OLD
Update Site URL - In wp-config.php add these lines (using your url of course):
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Still its not working!! 🙁
Can someone help me?