Title: [Plugin: WordPress HTTPS (SSL)] When plugin active, all pages redirect to /index.php
Last modified: August 20, 2016

---

# [Plugin: WordPress HTTPS (SSL)] When plugin active, all pages redirect to /index.php

 *  Resolved [berchman](https://wordpress.org/support/users/berchman/)
 * (@berchman)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-when-plugin-active-all-pages-redirect-to-indexphp/)
 * Hi Mike,
 * WordPress 3.4.2
    WordPress HTTPS 3.2
 * Whenever I activate the plugin all links on the main navigation are redirected
   to /index.php
 * Furthermore, if I log out of admin while the plugin is active I can no longer
   log in to admin. I had to FTP in, put ‘–‘ in front of the directory name to deactivate
   and then could log back into the admin.
 * Here is the main part of my htaccess file
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * Let me know if you have any questions.
    Thanks, Bert
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

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

 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-when-plugin-active-all-pages-redirect-to-indexphp/#post-3113169)
 * I believe this is an issue being caused by your server configuration. Not that
   it is “wrong” per se, but the code doesn’t know how to work with it properly.
   Just a theory, but I don’t know what else would cause this. Is there any way 
   you could give me FTP/SSH access so that I could take a look? You can email me
   at mike[at]mvied[dot]com.
 *  Thread Starter [berchman](https://wordpress.org/support/users/berchman/)
 * (@berchman)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-when-plugin-active-all-pages-redirect-to-indexphp/#post-3113215)
 * Hi Mike,
    Yes. I can hook you up. Emailing you details in moment. Thanks, Bert

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

The topic ‘[Plugin: WordPress HTTPS (SSL)] When plugin active, all pages redirect
to /index.php’ 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

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

 * 2 replies
 * 2 participants
 * Last reply from: [berchman](https://wordpress.org/support/users/berchman/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-when-plugin-active-all-pages-redirect-to-indexphp/#post-3113215)
 * Status: resolved