Title: Problems in redirecting to HTTPS
Last modified: May 7, 2017

---

# Problems in redirecting to HTTPS

 *  Resolved [karanbhagat](https://wordpress.org/support/users/karanbhagat/)
 * (@karanbhagat)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/problems-in-redirecting-to-https/)
 * Hello,
 * I am using latest version of your plugin and WordPress.
 * There seems to be only one problem, all other versions of my website are redirecting
   to the one I want but there is one version which is not, I mean:
 * The actual URL of my website is [https://www.onlinecasinowarrior.com](https://www.onlinecasinowarrior.com)
 * Now:
 * [http://onlinecasinowarrior.com](http://onlinecasinowarrior.com) is redirecting
   to [https://www.onlinecasinowarrior.com](https://www.onlinecasinowarrior.com)
 * [https://onlinecasinowarrior.com](https://onlinecasinowarrior.com) is also redirecting
   to [https://www.onlinecasinowarrior.com](https://www.onlinecasinowarrior.com)
 * BUT
 * [http://www.onlinecasinowarrior.com](http://www.onlinecasinowarrior.com) is not
   redirecting to the actual link.
 * MY really simple SSL configuration :
    Everything is checked except for “Enable
   javascript redirection to ssl” and “Stop editing .htaccess file”.
 * My current htaccess file looks like:
 * # Force to WWW
    RewriteCond %{HTTP_HOST} !^www\.(.*)$ [NC] RewriteRule ^(.*)$
   [https://www.%](https://www.%){HTTP_HOST}/$1 [R=301,L]
 * # BEGIN WPSuperCache
 * # END WPSuperCache
 * # BEGIN rlrssslReallySimpleSSL rsssl_version[2.5.13]
    <IfModule mod_rewrite.c
   > RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)
   $ [https://%](https://%){HTTP_HOST}%{REQUEST_URI} [R=301,L] </IfModule> # END
   rlrssslReallySimpleSSL # 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

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/problems-in-redirecting-to-https/#post-9105904)
 * We had contact by mail, deactivating Varnish has solved this issue.
 * For anyone having issues with redirect loops, please follow these steps first:
   
   [https://really-simple-ssl.com/knowledge-base/my-website-is-in-a-redirect-loop/](https://really-simple-ssl.com/knowledge-base/my-website-is-in-a-redirect-loop/)

Viewing 1 replies (of 1 total)

The topic ‘Problems in redirecting to HTTPS’ is closed to new replies.

 * ![](https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720)
 * [Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)](https://wordpress.org/plugins/really-simple-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-ssl/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/problems-in-redirecting-to-https/#post-9105904)
 * Status: resolved