Title: WP-admin redirect loop
Last modified: August 31, 2016

---

# WP-admin redirect loop

 *  [Freshspace](https://wordpress.org/support/users/freshspace/)
 * (@freshspace)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wp-admin-43/)
 * Hi,
 * With most of our WordPress sites when we go to wp-admin and input our login it
   states that the page is on a ‘redirect loop’. Turns out we are logged in but 
   we have to access the dashboard directly through the url or wp-admin/index.php
   and not simply the url followed by wp-admin.

Viewing 1 replies (of 1 total)

 *  [InterServer](https://wordpress.org/support/users/interservernet-web-hosting/)
 * (@interservernet-web-hosting)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wp-admin-43/#post-6921027)
 * This might be because of incorrect configuration of redirect rule in .htaccess
   file. Rename the current .htaccess file and create new one with the following
   contents.
 * # 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 WordPress
 * You can refer the following WordPress page to configure .htaccess correctly.
 * [http://codex.wordpress.org/htaccess](http://codex.wordpress.org/htaccess)
 * If still the issue persists please try after removing www prefix in Site URL &
   Home URL fields from wp_options table of the WordPress database.

Viewing 1 replies (of 1 total)

The topic ‘WP-admin redirect loop’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [InterServer](https://wordpress.org/support/users/interservernet-web-hosting/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/wp-admin-43/#post-6921027)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
