Title: How to get the plugin compatible with HTTPS
Last modified: April 7, 2018

---

# How to get the plugin compatible with HTTPS

 *  [Pigo3934blog](https://wordpress.org/support/users/pigo3934blog/)
 * (@pigo3934blog)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-the-plugin-compatible-with-https/)
 * If you want to get this plugin to showcase the demos on HTTPS, all you have to
   do is add the following to your **.htaccess file**…
 *     ```
       #Force Redirect this domain URL from https to http
       #SOURCE: https://help.bigscoots.com/cpanel/redirecting-your-domain-from-https-to-http-using-htaccess-in-cpanel
       RewriteEngine On
       RewriteCond %{HTTPS} on
       RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
       ```
   
 * **This will FORCE the HTTPS to become HTTP.**
 * **_FYI –_** I would suggest using this plugin on a separate wordpress installation
   so that it does not conflict with the HTTPS of your main website
 * In other words, I have my MAIN website that then links to a separate folder and
   website installation that is using this plugin and a separate .htaccess file 
   within its installation folder.
 * All done !
    -  This topic was modified 8 years, 1 month ago by [Pigo3934blog](https://wordpress.org/support/users/pigo3934blog/).

The topic ‘How to get the plugin compatible with HTTPS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-responsive-demo-switch-bar_206e62.
   svg)
 * [WP Responsive Demo Switch Bar](https://wordpress.org/plugins/wp-responsive-demo-switch-bar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-responsive-demo-switch-bar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-responsive-demo-switch-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-responsive-demo-switch-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-responsive-demo-switch-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-responsive-demo-switch-bar/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Pigo3934blog](https://wordpress.org/support/users/pigo3934blog/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-the-plugin-compatible-with-https/)
 * Status: not resolved