Title: Redirect loop
Last modified: August 22, 2016

---

# Redirect loop

 *  Resolved [stephanmonecke](https://wordpress.org/support/users/stephanmonecke/)
 * (@stephanmonecke)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/redirect-loop-48/)
 * Hey,
 * I wanna get rid of https (plugin: wordpress-https), am stuck in a redirect loop
   and have no ideas anymore. Due to this, the page is unreachable at the moment.
 * I tried to replace the `.htaccess` with a very rudimental and
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       RewriteEngine On
       RewriteCond %{SERVER_PORT} 80
       RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]
       </IfModule>
       # END WordPress
       ```
   
 * tried the `define('FORCE_SSL_ADMIN', true);` method. Both did not show any results.
 * The db-entries for the page url are all set to http – as far as I can see.
 * Thanks a lot in advance!
 * [https://wordpress.org/plugins/wordpress-https/](https://wordpress.org/plugins/wordpress-https/)

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

 *  Thread Starter [stephanmonecke](https://wordpress.org/support/users/stephanmonecke/)
 * (@stephanmonecke)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/redirect-loop-48/#post-5202639)
 * Edit: Its `RewriteRule ^(.*)$ http://www.mysite.com/$1 [R,L]`
 *  Thread Starter [stephanmonecke](https://wordpress.org/support/users/stephanmonecke/)
 * (@stephanmonecke)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/redirect-loop-48/#post-5202657)
 * Problem solved.

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

The topic ‘Redirect loop’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

## Tags

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

 * 2 replies
 * 1 participant
 * Last reply from: [stephanmonecke](https://wordpress.org/support/users/stephanmonecke/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/redirect-loop-48/#post-5202657)
 * Status: resolved