Title: admin panel auto redirects from http to https
Last modified: August 20, 2016

---

# admin panel auto redirects from http to https

 *  [sanjeet.bisht](https://wordpress.org/support/users/sanjeetbisht-1/)
 * (@sanjeetbisht-1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/)
 * hey my site runs on http but i dont know how from past few days when ever i try
   to open up my admin panel it auto redirects to https im not able to view my admin
   panel
    but my site is run fine with http

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2220853)
 * Check your urls in settings -> General. What do they say?
 *  Thread Starter [sanjeet.bisht](https://wordpress.org/support/users/sanjeetbisht-1/)
 * (@sanjeetbisht-1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221021)
 * hmm i cnt access my admin panel but i have checked it on database its http://
   only :O
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221052)
 * Is there anything in your .htaccess file?
 *  Thread Starter [sanjeet.bisht](https://wordpress.org/support/users/sanjeetbisht-1/)
 * (@sanjeetbisht-1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221060)
 * yaa dis
 *     ```
       php_value auto_append_file none
   
       # BEGIN WordPress
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule . index.php [L]
       # END WordPress
       ```
   
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221063)
 * Try using:
 *     ```
       php_value auto_append_file none
   
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 *  Thread Starter [sanjeet.bisht](https://wordpress.org/support/users/sanjeetbisht-1/)
 * (@sanjeetbisht-1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221064)
 * hmm no change 🙁
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221065)
 * Have you tried:
 * – deactivating **all** plugins to see if this resolves the problem. If this works,
   re-activate the plugins one by one until you find the problematic plugin(s).
 * – switching to the Twenty Eleven theme to rule out any theme-specific problems.
 * – [resetting the plugins folder](http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F)
   by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause
   problems.
 *  Thread Starter [sanjeet.bisht](https://wordpress.org/support/users/sanjeetbisht-1/)
 * (@sanjeetbisht-1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221069)
 * thanks dude it started working
    i deleted htaccess file :p
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221093)
 * Wow! I wonder if the server was caching the old .htaccess file?
 *  Thread Starter [sanjeet.bisht](https://wordpress.org/support/users/sanjeetbisht-1/)
 * (@sanjeetbisht-1)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221108)
 * hahaha i got it now its not because of htaccess its because of plugin :p
    when
   i restored my plugins the same started :p .htaccess is innocent :p :p

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘admin panel auto redirects from http to https’ is closed to new replies.

## Tags

 * [auto-redirect](https://wordpress.org/support/topic-tag/auto-redirect/)
 * [HTTP](https://wordpress.org/support/topic-tag/http/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 2 participants
 * Last reply from: [sanjeet.bisht](https://wordpress.org/support/users/sanjeetbisht-1/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/admin-panel-auto-redirects-from-http-to-https/#post-2221108)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
