Bobcares Logo
Search Call 1-800-383-5193 Emergency Contact
Bobcares Logo
Search Call 1-800-383-5193 Emergency Contact
Emergency Contact

5 simple methods to solve WordPress wp admin redirect problem

by Lakshmi Vijayakumar | Nov 9, 2018 | Server Administration, WordPress | 13 comments

My WordPress wp admin page always redirects to login screen. I use the correct credentials. Please help me!!

That was a recent support request we received at our Outsourced Tech Support Services where we resolve support queries for web hosts.

The WordPress admin panel shows the login page again and again even though he used the correct logins every time.

What’s going wrong?Today, let’s take a quick look at the common causes for WordPress wp admin redirect problem and how we fix them.

 

WordPress wp admin redirect problem – Top 5 Causes and Fixes

In our experience handling WordPress wp admin redirect problems, we’ll see the major causes for this error.

It’s always advisable to take a backup of your website files and database before you try any of these steps.

 

1. Cookies and Cache problems

WordPress uses session cookies to store authentication details and is used when a user logs into the WordPress admin area.

These cookies expire every 15 days.

You update your wp-admin password, but your browser cookies store older information.

Similarly, your browser cache may use older versions of some of the WordPress files.

All these can lead to WordPress wp admin redirect problem.

 

Solution

To verify this, clear your browser cache and cookies, restart the browser and try to login again.

Always, make sure to enable cookies in your browser as disabling this feature will affect your WordPress login.

You can also use alternate browsers to access wp-admin page and check the results.

 

2. Plugin conflict

Sometimes, WordPress plugins can be the culprit.

We’ve seen cases where conflict between plugins, a poorly coded plugin or an incomplete plugin update causes wp-admin redirect problem.

Solution

To confirm that plugins create problems, we’ll deactivate all the plugins associated with the WordPress site.

Our Support Engineers connect to the hosting account via FTP and rename “plugins” folder to something else. This will deactivate all the plugins.

If this is successful, we’ll reactivate each plugin one by one and isolate the faulty plugin.

 

3. Theme conflict

Like plugins, WordPress themes can also create wp admin redirect problems.

You may face this login issue after new theme installs, theme updates, WordPress updates, etc.

Solution

To identify that theme creates the problem, we’ll switch to a default theme.

Our Support Engineers connect to the website’s database and update the theme to default one like TwentySixteen.

This can be done quickly by editing the fields “Template” and “Stylesheet” in “wp-options” table.

If the WordPress wp-admin login works fine, we confirm that the issue is with the theme.

We’ll then remove the faulty theme and upload a fresh copy of it. If it’s not fixed, then only the theme developer can help here.

 

4. Corrupted .htaccess file

The .htaccess file in WordPress contains the rewrite rules for the WordPress site and associated links to work fine.

But, it can happen that this .htaccess file is corrupted or accidentally modified by a plugin.

As a result, these rules no longer work fine and can result in WordPress wp admin redirect loop error.

Solution

To fix this problem, our Support Engineers connect to the website via FTP and backup the .htaccess file by renaming it to something else(eg: .htaccess_bak).

Sometimes, an .htaccess file can be found in the “wp-admin” directory. You need to rename this file as well.

If this works fine, we’ll login to wp-admin panel and regenerate .htaccess file using the below steps.

  • Go to Settings > Permalinks
  • Click Save.

5. Incorrect SiteURL

In WordPress, the parameter “SiteURL” is where you specify the address people have to type in their browser to access the blog.

SiteURL controls the display of the URL in the admin section of your page, main page and are used throughout the WordPress site.

A mis-configured SiteURL can also cause WordPress wp admin redirect problem.

Solution

We’ll connect to the website’s database and add the full website name(including http or https) in the fields “siteurl” and “home” in “wp-options” table.

Alternatively, we’ll add the following code in the wp-config.php file. Replace “www.yourdomain.com” with the exact domain name.

define('WP_SITEURL','http://www.yourdomain.com');
define('WP_HOME','http://www.yourdomain.com');

 

You’re done!! Go back to your WordPress admin page and check again.

 

Conclusion

One time or another, WordPress website owners will come across “WordPress wp admin redirect problem“. Today, we’ve seen the top 5 reasons of this error and how our Support Engineers fix them.

Related posts:

    1. How to fix WordPress permalinks – Top 5 causes and solutions
    2. 4 easy steps to copy WordPress site from one server to another
    3. Easily reset WordPress admin password of your website in 5 different ways
    4. Easily change WordPress theme for your website with these simple steps

13 Comments

  1. Lars
    Lars on 2020-12-02 at 05:03

    Thx for that!

    Reply
  2. Shubham
    Shubham on 2022-02-17 at 15:27

    I also facing this problem with my WordPress URL – http://www.trendingnewsviral.com/
    Please help me !

    Reply
    • Hiba Razak
      Hiba Razak on 2022-07-13 at 11:09

      Hi Shubham,
      Please contact our support team via live chat

      Reply
    • Karl
      Karl on 2023-05-21 at 14:44

      Hi Friend, How did you sort out your issue. I have the same issue with squished login that keeps redirecting me?

      Reply
      • Hiba Razak
        Hiba Razak on 2023-05-22 at 15:12

        Hi,
        Please contact our support team through live chat (click on the icon at right-bottom).

        Reply
  3. Corazon Keech
    Corazon Keech on 2024-11-18 at 14:34

    It’s enormous that you are getting thoughts from this article as well as from our discussion made at this time.

    Reply
    • Liya Augustine
      Liya Augustine on 2025-09-16 at 15:59

      Hi,
      Thanks for the feedback. We are glad to know that our article was helpful for you 🙂 .

      Reply
  4. WealthGenix
    WealthGenix on 2024-11-20 at 00:27

    What’s up, constantly i used to check blog posts here early in the dawn, as i enjoy to learn more and more.

    Reply
    • Liya Augustine
      Liya Augustine on 2025-08-22 at 15:01

      Hi,
      Thanks for the feedback. We are glad to know that our article was helpful for you 🙂 .

      Reply
  5. Michel Coote
    Michel Coote on 2024-12-16 at 13:43

    What’s up friends, how is all, and what you wish for to say concerning this article, in my view its in fact awesome in support of me.

    Reply
    • Liya Augustine
      Liya Augustine on 2025-05-22 at 14:53

      Hi,
      Thanks for the feedback. We are glad to know that our article was helpful for you 🙂

      Reply
  6. bảng hiệu đẹp
    bảng hiệu đẹp on 2024-12-16 at 15:43

    Greetings! Very helpful advice within this article! It is the little
    changes that will make the most important changes.
    Thanks for sharing!

    Reply
    • Liya Augustine
      Liya Augustine on 2025-05-16 at 14:58

      Hi,
      Thanks for the feedback. We are glad to know that our article was helpful for you 🙂 .

      Reply

Submit a Comment Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • A 15-Minute Self-Hosted RAG Stack Tutorial: From Zero to Production
  • Designing Data Pipelines That Prevent Outages Across Global Systems
  • Deployment Automation: Deploy With Efficiency and Consistency
  • What Is Proactive Monitoring? A Complete Guide
  • AI Use Cases: How Artificial Intelligence Is Used Across Industries

Categories

  • Advanced Vulnerability
  • AI Services
  • AI Support
  • AIOps
  • Amazon Web Services (AWS)
  • Apache
  • API Integration
  • Application Development
  • Azure
  • Cloud Cost Optimization
  • Cloud Management
  • Cloud-Native Application
  • Cloudflare
  • cPanel
  • cPanel migration
  • Cyberpanel
  • DDoS
  • Development Service
  • DevOps
  • DevOps Consulting
  • DevSecOps
  • Digital Transformation
  • DigitalOcean
  • DirectAdmin
  • Docker
  • Drupal
  • Ecommerce
  • Filezilla
  • FTP
  • Google cloud platform
  • HAProxy
  • Headless CMS Integration
  • Hosting Support
  • IIS
  • Infrastructure Management & Optimization
  • Kubernetes
  • KVM
  • Laravel
  • Latest
  • Linode
  • Litespeed
  • LXC/LXD
  • Magento
  • Mobile App Development
  • MongoDB
  • Moodle
  • MySQL
  • NFS
  • Nginx
  • OnApp
  • Outsourced Support
  • OVH
  • ovirt
  • pfsense
  • Plesk
  • PostgreSQL
  • PowerDNS
  • Product Engineering
  • Proxmox
  • RedHat
  • Redis
  • Sendmail
  • Server Administration
  • Server Management
  • Software Development
  • SQLServer
  • Technical Support
  • UI/UX
  • Virtualizor
  • VMware
  • VPN
  • Vulnerability Scanning
  • Vultr
  • Web Development
  • Windows
  • WordPress
  • WordPress Hosting
  • WordPressHA

Subscribe to our newsletter

Footer newsletter

Email sales@bobcares.com | Phone 1-800-383-5193

Product Engineering

  • MVP Build
  • MVP to Scale
  • Product Maintenance

Digital Transformation

  • Process Digitization & Automation
  • Systems Integration & Workflow Orchestration
  • Data Enablement & Decision Support
  • Application & Platform Modernization
  • Transformation Execution & Delivery Enablement

AI Services

  • AI Readiness & Use-Case Discovery
  • AI Integration & Application Enablement
  • Intelligent Automation & AI Workflows

Infrastructure Management

  • Always-On Infrastructure Management
  • Proactive Monitoring & Incident Prevention
  • Cloud Cost Control & Optimization (FinOps)
  • Outsourced IT & End-User Support
  • Managed Infrastructure Execution Support

DevOps & Automation Services

  • CI/CD & Release Automation
  • Infrastructure as Code & Platform Standardization
  • Reliability Engineering & Observability
  • DevSecOps Enablement
Product Engineering +
Web Development MVP to Scale Builds Microservices Architecture Agile & Dev Team Augmentation Mobile Apps Ecommerce UI/UX Design QA & Test Automation
Digital Transformation +
Legacy Modernization Workflow Automation Data-Driven Dashboards CRM / ERP Integration Business Process Re-engineering
AI Services +
AI & Machine Learning AIOps Intelligent Automation Business Intelligence & Analytics AI Installation & Compute
Infrastructure Management +
Cloud Setup Cloud Migration Managed Cloud Services Server & Hosting Cost Optimization Performance Optimization Outsourced Support
DevOps & Automation Services +
CI/CD Setup Kubernetes & Docker Infrastructure as Code Cloud-Native Migration DevSecOps
Cybersecurity & Compliance Services +
Security Hardening VAPT Incident Response Backup & DR

© 2026 Bobcares. All Rights Reserved.

  • Careers
  • |
  • Cookie Policy
  • |
  • GDPR
  • |
  • Privacy Policy
  • |
  • Terms and Service
  • LinkedIn
  • YouTube
  • Instagram
  • Facebook

Preview of the new Bobcares experience
NEW UPDATE
See What’s New
at Bobcares

Discover a faster, clearer view of our services and expertise.


Explore the New Experience
Arrow Right